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 | 鵄疾聰 | 111010011111010110001110101111101110001111100000 | e9f58ebee3e0 |
EUC-JP | 鵄疾聰 | 111100101111011110111100110000001110011011100010 | f2f7bcc0e6e2 |
UTF-8 | 鵄疾聰 | 111010011011010110000100111001111001011010111110111010001000000110110000 | e9b584e796bee881b0 |
UHC | ?疾聰 | 0011111111110010111100001111010111000110 | 3ff2f0f5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)