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 | 逍らー滄恆霆 | 1110011110010110100000101110011110110000100111111110100110011100100100011110100010111011 | e79682e7b09fe99c91e8bb |
EUC-JP | 逍らー滄恆霆 | 111011011111011010100100111010011000111010110000110111101110101111010111111100011111000010111101 | edf6a4e98eb0deebd7f1f0bd |
UTF-8 | 逍らー滄恆霆 | 111010011000000010001101111000111000001010001001111011111011110110110000111001101011101110000100111001101000000110000110111010011001110010000110 | e9808de38289efbdb0e6bb84e68186e99c86 |
UHC | 逍ら?滄?霆 | 11100001110011101010101011101001001111111111001111100111001111111110111111111101 | e1ceaae93ff3e73feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)