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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 升??憶?? | 1000111110100001001111110011111110001001101011110011111100111111 | 8fa13f3f89af3f3f |
EUC-JP | 升??憶?? | 1011111010100011001111110011111110110010101100010011111100111111 | bea33f3fb2b13f3f |
UTF-8 | 升뚩똃憶딇꺏 | 111001011000110110000111111010111001101010101001111010111001100010000011111001101000011010110110111010111001010010000111111010101011101010001111 | e58d87eb9aa9eb9883e686b6eb9487eaba8f |
UHC | 升뚩똃憶딇꺏 | 111000111010111010001100111010001000110001000100111001011110001110001010111011011000001110110101 | e3ae8ce88c44e5e38aed83b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)