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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闊守ク杙 | 11101000100010001000111011100111101110001001111001011010 | e8888ee7b89e5a |
EUC-JP | 闊守ク杙 | 1110111111101000101111001110100110001110101110001101101110111011 | efe8bce98eb8dbbb |
UTF-8 | 闊守ク杙 | 111010011001011110001010111001011010111010001000111011111011110110111000111001101001110110011001 | e9978ae5ae88efbdb8e69d99 |
UHC | 闊守?? | 111111001100010011100001111110100011111100111111 | fcc4e1fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)