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 | 佇??堤? | 10011000110010000011111100111111100100101110011100111111 | 98c83f3f92e73f |
EUC-JP | 佇??堤? | 11010000110010100011111100111111110001001110100100111111 | d0ca3f3fc4e93f |
UTF-8 | 佇양깃堤렡 | 111001001011110110000111111011001001011010010001111010101011100110000011111001011010000010100100111010111010000010100001 | e4bd87ec9691eab983e5a0a4eba0a1 |
UHC | 佇양깃堤렡 | 11101110101101111011111011100111101100011110101011110000101001111000111010110010 | eeb7bee7b1eaf0a78eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)