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 | 淫??癒⑥? | 100010001111101000111111001111111001011011111100100001110100010100111111 | 88fa3f3f96fc87453f |
EUC-JP | 淫??癒?? | 1011000011111100001111110011111111001100111111100011111100111111 | b0fc3f3fccfe3f3f |
UTF-8 | 淫뀁셾癒⑥꽧 | 111001101011011110101011111010111000000010000001111011001000010110111110111001111001100110010010111000101001000110100101111010101011110110100111 | e6b7abeb8081ec85bee79992e291a5eabda7 |
UHC | 淫뀁셾癒⑥꽧 | 111010111110001010110010111011001001100110000011111010111010100010101000111011001000010010110010 | ebe2b2ec9983eba8a8ec84b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)