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 | ???倚?ぜ | 0011111100111111001111111001100011011111001111111000001010111010 | 3f3f3f98df3f82ba |
EUC-JP | ???倚?ぜ | 0011111100111111001111111101000011100001001111111010010010111100 | 3f3f3fd0e13fa4bc |
UTF-8 | 烈ㅻ뀪倚덅ぜ | 111011111010011010011111111000111000010110111011111010111000000010101010111001011000000010011010111010111000110110000101111000111000000110011100 | efa69fe385bbeb80aae5809aeb8d85e3819c |
UHC | 烈ㅻ뀪倚덅ぜ | 111001101110111110100100111010111000010110100000111010111110111110001000111010001010101010111100 | e6efa4eb85a0ebef88e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)