To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遲ョ蛟カ | 111001111010110110101110111001011000000010110110 | e7adaee580b6 |
EUC-JP | 遲ョ蛟カ | 1110111010101111100011101010111011101001111000001000111010110110 | eeaf8eaee9e08eb6 |
UTF-8 | 遲ョ蛟カ | 111010011000000110110010111011111011110110101110111010001001101110011111111011111011110110110110 | e981b2efbdaee89b9fefbdb6 |
UHC | 遲?蛟? | 111100101100000000111111110011101111000100111111 | f2c03fcef13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)