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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蒹艀蒹艀^ | 111001001110001111100100011110001110010011100011111001000111100001011110 | e4e3e478e4e3e4785e |
EUC-JP | 蒹艀蒹艀^ | 111010001110010111100111110110011110100011100101111001111101100101011110 | e8e5e7d9e8e5e7d95e |
UTF-8 | 蒹艀蒹艀^ | 11101000100100101011100111101000100010011000000011101000100100101011100111101000100010011000000001011110 | e892b9e88980e892b9e889805e |
UHC | ?艀?艀^ | 00111111110111011011001000111111110111011011001001011110 | 3fddb23fddb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)