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 | 逕壹藷 | 111001111001010010011010111000111000111110010011 | e7949ae38f93 |
EUC-JP | 逕壹藷 | 111011011111010011010100111001011011110111110011 | edf4d4e5bdf3 |
UTF-8 | 逕壹藷 | 111010011000000010010101111001011010001110111001111010001001011110110111 | e98095e5a3b9e897b7 |
UHC | 逕壹藷 | 110011001110111111101100111011001110111011001011 | ccefececeecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)