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 | 碍??押 | 100010100101011000111111001111111000100110011111 | 8a563f3f899f |
EUC-JP | 碍??押 | 101100111011011100111111001111111011001010100001 | b3b73f3fb2a1 |
UTF-8 | 碍꾣누押 | 111001111010001010001101111010101011111010100011111010111000100010000100111001101000101010111100 | e7a28deabea3eb8884e68abc |
UHC | 碍꾣누押 | 1110010011110100100001001110011010110100101010011110010011100011 | e4f484e6b4a9e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)