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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臂fィ | 1110010001011101100000101000011010101000 | e45d8286a8 |
EUC-JP | 臂fィ | 111001111011111010100011111001101000111010101000 | e7bea3e68ea8 |
UTF-8 | 臂fィ | 111010001000011110000010111011111011110110000110111011111011110110101000 | e88782efbd86efbda8 |
UHC | 臂f? | 1101111010100010101000111110011000111111 | dea2a3e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)