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 | 臍???伊? | 1110010001100000001111110011111100111111100010001100100100111111 | e4603f3f3f88c93f |
EUC-JP | 臍???伊? | 1110011111000001001111110011111100111111101100001100101100111111 | e7c13f3f3fb0cb3f |
UTF-8 | 臍陋렩렭伊렡 | 111010001000011110001101111011111010010110010001111010111010000010101001111010111010000010101101111001001011110010001010111010111010000010100001 | e8878defa591eba0a9eba0ade4bc8aeba0a1 |
UHC | 臍陋렩렭伊렡 | 111100001011000011010010111010111000111010110111100011101011101011101100101001011000111010110010 | f0b0d2eb8eb78ebaeca58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)