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 | 地?韻??? | 1001001001101110001111111000100101000011001111110011111100111111 | 926e3f89433f3f3f |
EUC-JP | 地?韻??? | 1100001111001111001111111011000110100100001111110011111100111111 | c3cf3fb1a43f3f3f |
UTF-8 | 地렩韻폈렰렜 | 111001011001110010110000111010111010000010101001111010011001111110111011111011011000111110001000111010111010000010110000111010111010000010011100 | e59cb0eba0a9e99fbbed8f88eba0b0eba09c |
UHC | 地렩韻폈렰렜 | 111100101010001010001110101101111110101010100100110001101111000110001110101111011000111010101110 | f2a28eb7eaa4c6f18ebd8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)