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 | 蜈ょ?彦?? | 111001011000010110000010111001010011111110010101010001100011111100111111 | e58582e53f95463f3f |
EUC-JP | 蜈ょ?彦?? | 111010011110010110100100111001110011111111001001101001110011111100111111 | e9e5a4e73fc9a73f3f |
UTF-8 | 蜈ょ릡彦쏂걀 | 111010001001110010001000111000111000001010000111111010111010011010100001111001011011110110100110111011001000111110000010111010101011000110000000 | e89c88e38287eba6a1e5bda6ec8f82eab180 |
UHC | 蜈ょ릡彦쏂걀 | 111010001010010110101010111001111001000010000011111001011110100110011011111010001011000010111111 | e8a5aae79083e5e99be8b0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)