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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轤ォ閠熊 | 11100111100000101010101111101000100000001000110001000110 | e782abe8808c46 |
EUC-JP | 轤ォ閠熊 | 1110110111100010100011101010101111101111111000001011011110100111 | ede28eabefe0b7a7 |
UTF-8 | 轤ォ閠熊 | 111010001011110110100100111011111011110110101011111010011001011010100000111001111000011010001010 | e8bda4efbdabe996a0e7868a |
UHC | ???熊 | 0011111100111111001111111110101010101000 | 3f3f3feaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)