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 | 逡卓圸奣 | 1110011110010101100100011110110010011010101010011111101010100011 | e79591ec9aa9faa3 |
EUC-JP | 逡卓圸奣 | 111011011111010111000010111011101101010010101011100011111011100011111100 | edf5c2eed4ab8fb8fc |
UTF-8 | 逡卓圸奣 | 111010011000000010100001111001011000110110010011111001011001110010111000111001011010010110100011 | e980a1e58d93e59cb8e5a5a3 |
UHC | 逡卓?? | 111100011110010011110110111100010011111100111111 | f1e4f6f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)