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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 汝??厓??^ | 100100111111000000111111001111111111101010001101001111110011111101011110 | 93f03f3ffa8d3f3f5e |
EUC-JP | 汝??厓??^ | 11000110111100100011111100111111100011111011010011000111001111110011111101011110 | c6f23f3f8fb4c73f3f5e |
UTF-8 | 汝싨래厓⑴떻^ | 11100110101100011001110111101100100010111010100011101011100111101001100011100101100011101001001111100010100100011011010011101011100101101011101101011110 | e6b19dec8ba8eb9e98e58e93e291b4eb96bb5e |
UHC | 汝싨래厓⑴떻^ | 11100110101000111001101011100110101101111010000111100100111011011010100111100111101101101011101101011110 | e6a39ae6b7a1e4eda9e7b6bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)