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 | 俎???? | 100110001101011100111111001111110011111100111111 | 98d73f3f3f3f |
EUC-JP | 俎???? | 110100001101100100111111001111110011111100111111 | d0d93f3f3f3f |
UTF-8 | 俎ㅷ렜곁렯 | 111001001011111110001110111000111000010110110111111010111010000010011100111010101011001110000001111010111010000010101111 | e4bf8ee385b7eba09ceab381eba0af |
UHC | 俎ㅷ렜곁렯 | 11110000101110111010010011100111100011101010111010110000111001111000111010111100 | f0bba4e78eaeb0e78ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)