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 | ??痴?班 | 00111111001111111001001001110011001111111001010011000111 | 3f3f92733f94c7 |
EUC-JP | 澔?痴?班 | 100011111100100011101100001111111100001111010100001111111100100011001001 | 8fc8ec3fc3d43fc8c9 |
UTF-8 | 澔뫄痴뤊班 | 111001101011111010010100111010111010101110000100111001111001011110110100111010111010010010001010111001111000111110101101 | e6be94ebab84e797b4eba48ae78fad |
UHC | 澔뫄痴뤊班 | 11111011110010111011100011111010111101101100000110001111101110101101101011101100 | fbcbb8faf6c18fbadaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)