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 | 驛、髮∃ | 11101001100000111010010011101001100110111000000111001110 | e983a4e99b81ce |
EUC-JP | 驛、髮∃ | 1111000111100011100011101010010011110001111110111010001011010000 | f1e38ea4f1fba2d0 |
UTF-8 | 驛、髮∃ | 111010011010100110011011111011111011110110100100111010011010101110101110111000101000100010000011 | e9a99befbda4e9abaee28883 |
UHC | 驛?髮∃ | 11100110101111100011111111011011101001011010001010100100 | e6be3fdba5a2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)