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 | 癲レ? | 1110000110011111100000111000110000111111 | e19f838c3f |
EUC-JP | 癲レ? | 1110001010100001101001011110110000111111 | e2a1a5ec3f |
UTF-8 | 癲レ럩 | 111001111001100110110010111000111000001110101100111010111001111110101001 | e799b2e383aceb9fa9 |
UHC | 癲レ럩 | 111011111010011010101011111011001000111010001100 | efa6abec8e8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)