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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???與??? | 0011111100111111001111111110010001101111001111110011111100111111 | 3f3f3fe46f3f3f3f |
EUC-JP | ???與??? | 0011111100111111001111111110011111010000001111110011111100111111 | 3f3f3fe7d03f3f3f |
UTF-8 | 囹덉변與잛뮋횠 | 111011111010011010101001111010111000110110001001111010111011001110000000111010001000100010000111111011001001111010011011111010111010111010001011111011011001101010100000 | efa6a9eb8d89ebb380e88887ec9e9bebae8bed9aa0 |
UHC | 囹덉변與잛뮋횠 | 1110011110101010100010001110110010111010101011111110011010101000100111111110110010010010100110011100001110011000 | e7aa88ecbaafe6a89fec9299c398 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)