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 | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-WIN | 陰??_鼇 | 10001001010000010011111100111111010111111110101010000111 | 89413f3f5fea87 |
EUC-JP | 陰??_鼇 | 10110001101000100011111100111111010111111111001111100111 | b1a23f3f5ff3e7 |
UTF-8 | 陰먯꺏_鼇 | 11101001100110011011000011101011101010001010111111101010101110101000111101011111111010011011110010000111 | e999b0eba8afeaba8f5fe9bc87 |
UHC | 陰먯꺏_鼇 | 111010111110010010010000111011001000001110110101010111111110100010101000 | ebe490ec83b55fe8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)