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 | 霓???? | 111010001011110100111111001111110011111100111111 | e8bd3f3f3f3f |
EUC-JP | 霓??邕? | 1111000010111111001111110011111110001111111000011110110100111111 | f0bf3f3f8fe1ed3f |
UTF-8 | 霓멱떐邕똜 | 111010011001110010010011111010111010100110110001111010111001011010010000111010011000001010010101111010111001100010011100 | e99c93eba9b1eb9690e98295eb989c |
UHC | 霓멱떐邕똜 | 11100111111001111011100011101000100010111010011011101000101110111000110001011001 | e7e7b8e88ba6e8bb8c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)