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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈐疾鴉 | 111110111100001010001110101111101110100111101011 | fbc28ebee9eb |
EUC-JP | 鈐疾鴉 | 10001111111000111100000110111100110000001111001011101101 | 8fe3c1bcc0f2ed |
UTF-8 | 鈐疾鴉 | 111010011000100010010000111001111001011010111110111010011011010010001001 | e98890e796bee9b489 |
UHC | 鈐疾鴉 | 110011001010001011110010111100001110010010111100 | cca2f2f0e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)