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 | ???蚓? | 001111110011111100111111111001010110110100111111 | 3f3f3fe56d3f |
EUC-JP | ???蚓? | 001111110011111100111111111010011100111000111111 | 3f3f3fe9ce3f |
UTF-8 | 琉듐걶蚓멊 | 111011111010011110001100111010111001001110010000111010101011000110110110111010001001101010010011111010111010100110001010 | efa78ceb9390eab1b6e89a93eba98a |
UHC | 琉듐걶蚓멊 | 11101011101001001011010111100011100000011001110011101100111000101001000101000010 | eba4b5e3819cece29142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)