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 | ???巽?? | 00111111001111110011111110010010010001100011111100111111 | 3f3f3f92463f3f |
EUC-JP | ???巽?? | 00111111001111110011111111000011101001110011111100111111 | 3f3f3fc3a73f3f |
UTF-8 | 樂낅뜄巽뺡씣 | 111011111010011010111111111010111000001010000101111010111001110010000100111001011011011110111101111010111011101010100001111011001001010010100011 | efa6bfeb8285eb9c84e5b7bdebbaa1ec94a3 |
UHC | 樂낅뜄巽뺡씣 | 111010001111100110000101111010111000110110001000111000011101111010010101111010011001110110110111 | e8f985eb8d88e1de95e99db7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)