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 | 闖也硯 | 111010001000111110010110111001111000110010100101 | e88f96e78ca5 |
EUC-JP | 闖也硯 | 111011111110111111001100111010011011100010100111 | efefcce9b8a7 |
UTF-8 | 闖也硯 | 111010011001011110010110111001001011100110011111111001111010000110101111 | e99796e4b99fe7a1af |
UHC | 闖也硯 | 111101111110011011100101101001011110011011011011 | f7e6e5a5e6db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)