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 | 遙ワ???? | 1110101010100001100000111000111100111111001111110011111100111111 | eaa1838f3f3f3f3f |
EUC-JP | 遙ワ???? | 1111010010100011101001011110111100111111001111110011111100111111 | f4a3a5ef3f3f3f3f |
UTF-8 | 遙ワ쉽樂뗰슨 | 111010011000000110011001111000111000001110101111111011001000100110111101111011111010011010111111111010111001011110110000111011001000101010101000 | e98199e383afec89bdefa6bfeb97b0ec8aa8 |
UHC | 遙ワ쉽樂뗰슨 | 111010011010101110101011111011111011110110110001111010001111100110001011111011111011110110111100 | e9ababefbdb1e8f98befbdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)