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 | ??端??棚 | 0011111100111111100100100101101100111111001111111001001001001001 | 3f3f925b3f3f9249 |
EUC-JP | ??端??棚 | 0011111100111111110000111011110000111111001111111100001110101010 | 3f3fc3bc3f3fc3aa |
UTF-8 | 렻ㅔ端렻ㅔ棚 | 111010111010000010111011111000111000010110010100111001111010101110101111111010111010000010111011111000111000010110010100111001101010001110011010 | eba0bbe38594e7abafeba0bbe38594e6a39a |
UHC | 렻ㅔ端렻ㅔ棚 | 100011101100001110100100110001001101001110101110100011101100001110100100110001001101110111011100 | 8ec3a4c4d3ae8ec3a4c4dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)