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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | クス爾E | 111100001010111110111000111100011000111010111101100011101010001001000101 | f0afb8f18ebd8ea245 |
EUC-JP | ?ク?ス爾E | 001111111000111010111000001111111000111010111101101111001010010001000101 | 3f8eb83f8ebdbca445 |
UTF-8 | クス爾E | 11101110100000011010111011101111101111011011100011101110100001001000100111101111101111011011110111100111100010001011111001000101 | ee81aeefbdb8ee8489efbdbde788be45 |
UHC | ????爾E | 00111111001111110011111100111111111011001011001101000101 | 3f3f3f3fecb345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)