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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 翩トサ翩チネ^ | 111000111100011111000100101110111110001111000111110000011100100001011110 | e3c7c4bbe3c7c1c85e |
EUC-JP | 翩トサ翩チネ^ | 11100110110010011000111011000100100011101011101111100110110010011000111011000001100011101100100001011110 | e6c98ec48ebbe6c98ec18ec85e |
UTF-8 | 翩トサ翩チネ^ | 11100111101111111010100111101111101111101000010011101111101111011011101111100111101111111010100111101111101111101000000111101111101111101000100001011110 | e7bfa9efbe84efbdbbe7bfa9efbe81efbe885e |
UHC | 翩??翩??^ | 111110001011101100111111001111111111100010111011001111110011111101011110 | f8bb3f3ff8bb3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)