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 | 哀???曜 | 10001000101000110011111100111111001111111001011101101010 | 88a33f3f3f976a |
EUC-JP | 哀???曜 | 10110000101001010011111100111111001111111100110111001011 | b0a53f3f3fcdcb |
UTF-8 | 哀앗꾧텉曜 | 111001011001001110000000111011001001010110010111111010101011111010100111111011011000010110001001111001101001101110011100 | e59380ec9597eabea7ed8589e69b9c |
UHC | 哀앗꾧텉曜 | 11100100111011101011111011010001100001001110101010110110100001101110100011111000 | e4eebed184eab686e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)