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 | 倭??意?? | 1001100001100000001111110011111110001000110100110011111100111111 | 98603f3f88d33f3f |
EUC-JP | 倭??意?? | 1100111111000001001111110011111110110000110101010011111100111111 | cfc13f3fb0d53f3f |
UTF-8 | 倭뀁꽎意붾젿 | 111001011000000010101101111010111000000010000001111010101011110110001110111001101000010010001111111010111011011010111110111011001010000010111111 | e580adeb8081eabd8ee6848febb6beeca0bf |
UHC | 倭뀁꽎意붾젿 | 111010001101111010110010111011001000010010011110111010111111001010010100111010111010000010110001 | e8deb2ec849eebf294eba0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)