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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 酊經?? | 111001111100001011100011010100110011111100111111 | e7c2e3533f3f |
EUC-JP | 酊經?? | 111011101100010011100101101101000011111100111111 | eec4e5b43f3f |
UTF-8 | 酊經렒렋 | 111010011000010110001010111001111011011010010011111010111010000010010010111010111010000010001011 | e9858ae7b693eba092eba08b |
UHC | 酊經렒렋 | 1110111111111000110011001110100010001110101001111000111010100010 | eff8cce88ea78ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)