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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驛∬怦遽 | 1110100110000011100000011110100010011100100010001110011110101111 | e98381e89c88e7af |
EUC-JP | 驛∬怦遽 | 1111000111100011101000101110101011010111111010001110111010110001 | f1e3a2ead7e8eeb1 |
UTF-8 | 驛∬怦遽 | 111010011010100110011011111000101000100010101100111001101000000010100110111010011000000110111101 | e9a99be288ace680a6e981bd |
UHC | 驛∬?遽 | 11100110101111101010000111110011001111111100101111101000 | e6bea1f33fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)