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 | 魄ィ遞ョ謫」 | 111010011010111010101000111001111010100010101110111001101001001110100011 | e9aea8e7a8aee693a3 |
EUC-JP | 魄ィ遞ョ謫」 | 111100101011000010001110101010001110111010101010100011101010111011101011111100111000111010100011 | f2b08ea8eeaa8eaeebf38ea3 |
UTF-8 | 魄ィ遞ョ謫」 | 111010011010110110000100111011111011110110101000111010011000000110011110111011111011110110101110111010001010110010101011111011111011110110100011 | e9ad84efbda8e9819eefbdaee8acabefbda3 |
UHC | 魄?遞?謫? | 110110111101111000111111111101001111011000111111111011101110001100111111 | dbde3ff4f63feee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)