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 | ???巡?? | 00111111001111110011111110001111100001000011111100111111 | 3f3f3f8f843f3f |
EUC-JP | ???巡?? | 00111111001111110011111110111101111001000011111100111111 | 3f3f3fbde43f3f |
UTF-8 | 樂낅뜄巡곭댆 | 111011111010011010111111111010111000001010000101111010111001110010000100111001011011011110100001111010101011001110101101111010111000110010000110 | efa6bfeb8285eb9c84e5b7a1eab3adeb8c86 |
UHC | 樂낅뜄巡곭댆 | 111010001111100110000101111010111000110110001000111000101101111010000001111001111000100010110000 | e8f985eb8d88e2de81e788b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)