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 | 鈐疾犱 | 111110111100001010001110101111101111101101011011 | fbc28ebefb5b |
EUC-JP | 鈐疾犱 | 1000111111100011110000011011110011000000100011111100101011101111 | 8fe3c1bcc08fcaef |
UTF-8 | 鈐疾犱 | 111010011000100010010000111001111001011010111110111001111000101010110001 | e98890e796bee78ab1 |
UHC | 鈐疾? | 1100110010100010111100101111000000111111 | cca2f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)