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 | 醍峯靂恁?? | 10010001111001111001010111110101111010001100110010011100100011000011111100111111 | 91e795f5e8cc9c8c3f3f |
EUC-JP | 醍峯靂恁?? | 11000010111010011100101011110111111100001100111011010111111011000011111100111111 | c2e9caf7f0ced7ec3f3f |
UTF-8 | 醍峯靂恁쇨렢 | 111010011000011010001101111001011011001110101111111010011001110110000010111001101000000110000001111011001000011110101000111010111010000010100010 | e9868de5b3afe99d82e68181ec87a8eba0a2 |
UHC | 醍峯靂恁쇨렢 | 111100001011010111011100111001111101010111111010111011001111011010111100111010101000111010110011 | f0b5dce7d5faecf6bcea8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)