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 | 有?紙?赤? | 100101110100110000111111100011101000011000111111100100001101010000111111 | 974c3f8e863f90d43f |
EUC-JP | 有?紙?赤? | 110011011010110100111111101110111110011000111111110000001101011000111111 | cdad3fbbe63fc0d63f |
UTF-8 | 有렭紙렟赤렠 | 111001101001110010001001111010111010000010101101111001111011010010011001111010111010000010011111111010001011010110100100111010111010000010100000 | e69c89eba0ade7b499eba09fe8b5a4eba0a0 |
UHC | 有렭紙렟赤렠 | 111010101111001110001110101110101111001010110101100011101011000011101110111001011000111010110001 | eaf38ebaf2b58eb0eee58eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)