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 | 莠ョ隍カ逎ァ^ | 11100100101110101010111011101000101001001011011011100111101000111010011101011110 | e4baaee8a4b6e7a3a75e |
EUC-JP | 莠ョ隍カ逎ァ^ | 11101000101111001000111010101110111100001010011010001110101101101110111010100101100011101010011101011110 | e8bc8eaef0a68eb6eea58ea75e |
UTF-8 | 莠ョ隍カ逎ァ^ | 11101000100011101010000011101111101111011010111011101001100110101000110111101111101111011011011011101001100000001000111011101111101111011010011101011110 | e88ea0efbdaee99a8defbdb6e9808eefbda75e |
UHC | ??隍???^ | 0011111100111111111111001101101100111111001111110011111101011110 | 3f3ffcdb3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)