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 | 髯ヲ蝓シ髴憺 | 11101001100110011010011011100101100111111011110011101001100111001001110011101001 | e999a6e59fbce99c9ce9 |
EUC-JP | 髯ヲ蝓シ髴憺 | 111100011111100110001110101001101110101010100001100011101011110011110001111111001101100011101011 | f1f98ea6eaa18ebcf1fcd8eb |
UTF-8 | 髯ヲ蝓シ髴憺 | 111010011010101110101111111011111011110110100110111010001001110110010011111011111011110110111100111010011010101110110100111001101000011010111010 | e9abafefbda6e89d93efbdbce9abb4e686ba |
UHC | ?????憺 | 00111111001111110011111100111111001111111101001110111100 | 3f3f3f3f3fd3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)