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 | 螻第ス | 1110010110110001100100011110011010111101 | e5b191e6bd |
EUC-JP | 螻第ス | 111010101011001111000010111010001000111010111101 | eab3c2e88ebd |
UTF-8 | 螻第ス | 111010001001111010111011111001111010110010101100111011111011110110111101 | e89ebbe7acacefbdbd |
UHC | ?第? | 00111111111100001010111100111111 | 3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)