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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 地?番??夭 | 100100100110111000111111100101001101010000111111001111111001101011101110 | 926e3f94d43f3f9aee |
EUC-JP | 地?番??夭 | 110000111100111100111111110010001101011000111111001111111101010011110000 | c3cf3fc8d63f3fd4f0 |
UTF-8 | 地잿番뤋넣夭 | 111001011001110010110000111011001001111010111111111001111001010110101010111010111010010010001011111010111000010010100011111001011010010010101101 | e59cb0ec9ebfe795aaeba48beb84a3e5a4ad |
UHC | 地잿番뤋넣夭 | 111100101010001011000000111011011101101111100011100011111011101110110011110101101110100011101100 | f2a2c0eddbe38fbbb3d6e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)