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 | 鸚??泣?? | 1110101001011111001111110011111110001011100000110011111100111111 | ea5f3f3f8b833f3f |
EUC-JP | 鸚??泣?? | 1111001111000000001111110011111110110101111000110011111100111111 | f3c03f3fb5e33f3f |
UTF-8 | 鸚뽮랬泣쏁독 | 111010011011100010011010111010111011110110101110111010111001111010101100111001101011001110100011111011001000111110000001111010111000111110000101 | e9b89aebbdaeeb9eace6b3a3ec8f81eb8f85 |
UHC | 鸚뽮랬泣쏁독 | 111001011010010010010110111010101011011110101000111010111110100010011011111001111011010110110110 | e5a496eab7a8ebe89be7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)