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 | 癌????? | 10001010111000000011111100111111001111110011111100111111 | 8ae03f3f3f3f3f |
EUC-JP | 癌??璵?? | 101101001110001000111111001111111000111111001100111001100011111100111111 | b4e23f3f8fcce63f3f |
UTF-8 | 癌뺣젛璵룰퀓 | 111001111001100110001100111010111011101010100011111011001010000010011011111001111001001010110101111010111010001110110000111011011000000010010011 | e7998cebbaa3eca09be792b5eba3b0ed8093 |
UHC | 癌뺣젛璵룰퀓 | 111001001101111110010101111010111010000010010111111001101010010110110111111010101011001110001000 | e4df95eba097e6a5b7eab388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)