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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堤?旨?? | 10010010111001110011111110001110011111000011111100111111 | 92e73f8e7c3f3f |
EUC-JP | 堤?旨?? | 11000100111010010011111110111011110111010011111100111111 | c4e93fbbdd3f3f |
UTF-8 | 堤렚旨겼ㅂ | 111001011010000010100100111010111010000010011010111001101001011110101000111010101011001010111100111000111000010110000010 | e5a0a4eba09ae697a8eab2bce38582 |
UHC | 堤렚旨겼ㅂ | 11110000101001111000111010101101111100101010100110110000111001011010010010110010 | f0a78eadf2a9b0e5a4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)