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 | 伊頭??游? | 100010001100100110010011101010100011111100111111100111111110000000111111 | 88c993aa3f3f9fe03f |
EUC-JP | 伊頭??游? | 101100001100101111000110101011000011111100111111110111101110001000111111 | b0cbc6ac3f3fdee23f |
UTF-8 | 伊頭렧렮游젓 | 111001001011110010001010111010011010000010101101111010111010000010100111111010111010000010101110111001101011100010111000111011001010000010010011 | e4bc8ae9a0adeba0a7eba0aee6b8b8eca093 |
UHC | 伊頭렧렮游젓 | 111011001010010111010100111010011000111010110110100011101011101111101010111111011100000110100011 | eca5d4e98eb68ebbeafdc1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)