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 | 撓??昻i? | 100111011001101000111111001111111111101011010000100000101000100100111111 | 9d9a3f3ffad082893f |
EUC-JP | 撓???i? | 1101100111111010001111110011111100111111101000111110100100111111 | d9fa3f3f3fa3e93f |
UTF-8 | 撓뚥폒昻i뿥 | 111001101001001010010011111010111001101010100101111011011000111110010010111001101001100010111011111011111011110110001001111010111011111110100101 | e69293eb9aa5ed8f92e698bbefbd89ebbfa5 |
UHC | 撓뚥폒昻i뿥 | 111010001111010110001100111001001011110010011100111001001110100110100011111010011001011110100101 | e8f58ce4bc9ce4e9a3e997a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)