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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??け?冀ゅ | 001111110011111110000010101011110011111110011001011000101000001011100011 | 3f3f82af3f996282e3 |
EUC-JP | ??け?冀ゅ | 001111110011111110100100101100010011111111010001110000111010010011100101 | 3f3fa4b13fd1c3a4e5 |
UTF-8 | 룵햶け룶冀ゅ | 111010111010001110110101111011011001011010110110111000111000000110010001111010111010001110110110111001011000011010000000111000111000001010000101 | eba3b5ed96b6e38191eba3b6e58680e38285 |
UHC | 룵햶け룶冀ゅ | 100011111010101011000001100011111010101010110001100011111010101111010000111011011010101011100101 | 8faac18faab18fabd0edaae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)