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 | 渟?劈?? | 10011111110110010011111110011001100111000011111100111111 | 9fd93f999c3f3f |
EUC-JP | 渟?劈?? | 11011110110110110011111111010001111111000011111100111111 | dedb3fd1fc3f3f |
UTF-8 | 渟띨劈뤋툗 | 111001101011100010011111111010111001110110101000111001011000101010001000111010111010010010001011111011011000100010010111 | e6b89feb9da8e58a88eba48bed8897 |
UHC | 渟띨劈뤋툗 | 11101111111001011011011011101110110110111111100110001111101110111011100010001110 | efe5b6eedbf98fbbb88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)