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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜈鯉ス鯉シ | 1110010110000101100011001110111110111101100011001110111110111100 | e5858cefbd8cefbc |
EUC-JP | 蜈鯉ス鯉シ | 11101001111001011011100011110001100011101011110110111000111100011000111010111100 | e9e5b8f18ebdb8f18ebc |
UTF-8 | 蜈鯉ス鯉シ | 111010001001110010001000111010011010111110001001111011111011110110111101111010011010111110001001111011111011110110111100 | e89c88e9af89efbdbde9af89efbdbc |
UHC | 蜈鯉?鯉? | 1110100010100101110101111110111100111111110101111110111100111111 | e8a5d7ef3fd7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)