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 | 塋??宥?? | 1001101011001000001111110011111110010111010001110011111100111111 | 9ac83f3f97473f3f |
EUC-JP | 塋??宥?? | 1101010011001010001111110011111111001101101010000011111100111111 | d4ca3f3fcda83f3f |
UTF-8 | 塋딆뇙宥쒐쳥 | 111001011010000110001011111010111001010010000110111010111000011110011001111001011010111010100101111011001001001010010000111011001011001110100101 | e5a18beb9486eb8799e5aea5ec9290ecb3a5 |
UHC | 塋딆뇙宥쒐쳥 | 111001111010101110001010111011001000011110000100111010101110100110011100111001111010101110001010 | e7ab8aec8784eae99ce7ab8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)