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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 舜??^ | 1000111101110111001111110011111101011110 | 8f773f3f5e |
EUC-JP | 舜??^ | 1011110111011000001111110011111101011110 | bdd83f3f5e |
UTF-8 | 舜띸둖^ | 11101000100010001001110011101011100111011011100011101011100100011001011001011110 | e8889ceb9db8eb91965e |
UHC | 舜띸둖^ | 11100010111011111000110111100111100010100100111101011110 | e2ef8de78a4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)