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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??曝こ? | 00111111001111111001010010011000100000101011000100111111 | 3f3f949882b13f |
EUC-JP | ??曝こ? | 00111111001111111100011111111000101001001011001100111111 | 3f3fc7f8a4b33f |
UTF-8 | 룶뇨曝こ룵 | 111010111010001110110110111010111000011110101000111001101001101110011101111000111000000110010011111010111010001110110101 | eba3b6eb87a8e69b9de38193eba3b5 |
UHC | 룶뇨曝こ룵 | 10001111101010111011010010100010111110001110110110101010101100111000111110101010 | 8fabb4a2f8edaab38faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)