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 | 好磐???? | 1000110101000100100101001101011000111111001111110011111100111111 | 8d4494d63f3f3f3f |
EUC-JP | 好磐???? | 1011100110100101110010001101100000111111001111110011111100111111 | b9a5c8d83f3f3f3f |
UTF-8 | 好磐렱폈렰렯 | 111001011010010110111101111001111010001110010000111010111010000010110001111011011000111110001000111010111010000010110000111010111010000010101111 | e5a5bde7a390eba0b1ed8f88eba0b0eba0af |
UHC | 好磐렱폈렰렯 | 111110111011111111011010111100011000111010111110110001101111000110001110101111011000111010111100 | fbbfdaf18ebec6f18ebd8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)