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 | 碍??押?? | 1000101001010110001111110011111110001001100111110011111100111111 | 8a563f3f899f3f3f |
EUC-JP | 碍??押?? | 1011001110110111001111110011111110110010101000010011111100111111 | b3b73f3fb2a13f3f |
UTF-8 | 碍꾣누押덂뻹 | 111001111010001010001101111010101011111010100011111010111000100010000100111001101000101010111100111010111000110110000010111010111011101110111001 | e7a28deabea3eb8884e68abceb8d82ebbbb9 |
UHC | 碍꾣누押덂뻹 | 111001001111010010000100111001101011010010101001111001001110001110001000111001011001011010000100 | e4f484e6b4a9e4e388e59684 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)