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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 垣大垣垈^ | 100010100101111110010001111001011000101001011111100110101011000001011110 | 8a5f91e58a5f9ab05e |
EUC-JP | 垣大垣垈^ | 101100111100000011000010111001111011001111000000110101001011001001011110 | b3c0c2e7b3c0d4b25e |
UTF-8 | 垣大垣垈^ | 11100101100111101010001111100101101001001010011111100101100111101010001111100101100111101000100001011110 | e59ea3e5a4a7e59ea3e59e885e |
UHC | 垣大垣垈^ | 111010101010111111010011110111101110101010101111110100111101110001011110 | eaafd3deeaafd3dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)