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 | 甕??楹?? | 1110000101010000001111110011111110011110101100010011111100111111 | e1503f3f9eb13f3f |
EUC-JP | 甕??楹?? | 1110000110110001001111110011111111011100101100110011111100111111 | e1b13f3fdcb33f3f |
UTF-8 | 甕먩퍝楹뽭궓 | 111001111001010010010101111010111010100010101001111011011000110110011101111001101010010110111001111010111011110110101101111010101011011010010011 | e79495eba8a9ed8d9de6a5b9ebbdadeab693 |
UHC | 甕먩퍝楹뽭궓 | 111010001011100010010000111001101011101110010100111001111011001110010110111010011000001010101000 | e8b890e6bb94e7b396e982a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)