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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 躁?た?躁 | 1110011101001110001111111000001010111101001111111110011101001110 | e74e3f82bd3fe74e |
EUC-JP | 躁?た?躁 | 1110110110101111001111111010010010111111001111111110110110101111 | edaf3fa4bf3fedaf |
UTF-8 | 躁찰た렣躁 | 111010001011101010000001111011001011000010110000111000111000000110011111111010111010000010100011111010001011101010000001 | e8ba81ecb0b0e3819feba0a3e8ba81 |
UHC | 躁찰た렣躁 | 11110000111000101100001011111011101010101011111110001110101101001111000011100010 | f0e2c2fbaabf8eb4f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)