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 | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-WIN | 曰?}v曰?}vB | 1001111001001000001111110111110101110110100111100100100000111111011111010111011001000010 | 9e483f7d769e483f7d7642 |
EUC-JP | 曰?}v曰?}vB | 1101101110101001001111110111110101110110110110111010100100111111011111010111011001000010 | dba93f7d76dba93f7d7642 |
UTF-8 | 曰읐}v曰읐}vB | 1110011010011011101100001110110010011101100100000111110101110110111001101001101110110000111011001001110110010000011111010111011001000010 | e69bb0ec9d907d76e69bb0ec9d907d7642 |
UHC | 曰읐}v曰읐}vB | 11101000110110001001111111000010011111010111011011101000110110001001111111000010011111010111011001000010 | e8d89fc27d76e8d89fc27d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)