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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 陋мv陋мvB | 1110100010011011100001000111110101110110111010001001101110000100011111010111011001000010 | e89b847d76e89b847d7642 |
EUC-JP | 陋мv陋мvB | 1110111111111011101001111101111001110110111011111111101110100111110111100111011001000010 | effba7de76effba7de7642 |
UTF-8 | 陋мv陋мvB | 11101001100110011000101111010000101111000111011011101001100110011000101111010000101111000111011001000010 | e9998bd0bc76e9998bd0bc7642 |
UHC | 陋мv陋мvB | 1101011110110000101011001101111001110110110101111011000010101100110111100111011001000010 | d7b0acde76d7b0acde7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)