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 | 1001001011100001001111110111110101110110100100101110000100111111011111010111011001000010 | 92e13f7d7692e13f7d7642 |
EUC-JP | 低?}v低?}vB | 1100010011100011001111110111110101110110110001001110001100111111011111010111011001000010 | c4e33f7d76c4e33f7d7642 |
UTF-8 | 低렦}v低렦}vB | 1110010010111101100011101110101110100000101001100111110101110110111001001011110110001110111010111010000010100110011111010111011001000010 | e4bd8eeba0a67d76e4bd8eeba0a67d7642 |
UHC | 低렦}v低렦}vB | 11101110101110001000111010110101011111010111011011101110101110001000111010110101011111010111011001000010 | eeb88eb57d76eeb88eb57d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)