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 | 帳ε???? | 1001001010100000100000111100001100111111001111110011111100111111 | 92a083c33f3f3f3f |
EUC-JP | 帳ε???? | 1100010010100010101001101100010100111111001111110011111100111111 | c4a2a6c53f3f3f3f |
UTF-8 | 帳ε쳣緣뉔눈 | 1110010110111000101100111100111010110101111011001011001110100011111001111011011110100011111010111000100110010100111010111000100010001000 | e5b8b3ceb5ecb3a3e7b7a3eb8994eb8888 |
UHC | 帳ε쳣緣뉔눈 | 111011011110001110100101111001011010101110001001111001101101111010000111111010011011010010101011 | ede3a5e5ab89e6de87e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)