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 | 堊????? | 10011010101111110011111100111111001111110011111100111111 | 9abf3f3f3f3f3f |
EUC-JP | 堊??靷?? | 110101001100000100111111001111111000111111100111101111010011111100111111 | d4c13f3f8fe7bd3f3f |
UTF-8 | 堊묋뱫靷먧풌 | 111001011010000010001010111010111010110010001011111010111011000110101011111010011001110110110111111010111010100010100111111011011001001010001100 | e5a08aebac8bebb1abe99db7eba8a7ed928c |
UHC | 堊묋뱫靷먧풌 | 111001001011111010010001111010001001001110010001111011001110011010010000111001001011111010010001 | e4be91e89391ece690e4be91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)