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 | 瀛?“押 | 11100000011010010011111110000001011001111000100110011111 | e0693f8167899f |
EUC-JP | 瀛?“押 | 11011111110010100011111110100001110010001011001010100001 | dfca3fa1c8b2a1 |
UTF-8 | 瀛믦“押 | 111001111000000010011011111010111010111110100110111000101000000010011100111001101000101010111100 | e7809bebafa6e2809ce68abc |
UHC | 瀛믦“押 | 1110011110111010100100101110100010100001101100001110010011100011 | e7ba92e8a1b0e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)