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 | 00111111011111010111011000111111011111010111011001000010 | 3f7d763f7d7642 |
SJIS-WIN | 管}v管}vB | 100010101100011101111101011101101000101011000111011111010111011001000010 | 8ac77d768ac77d7642 |
EUC-JP | 管}v管}vB | 101101001100100101111101011101101011010011001001011111010111011001000010 | b4c97d76b4c97d7642 |
UTF-8 | 管}v管}vB | 1110011110101110101000010111110101110110111001111010111010100001011111010111011001000010 | e7aea17d76e7aea17d7642 |
UHC | 管}v管}vB | 110011101011011101111101011101101100111010110111011111010111011001000010 | ceb77d76ceb77d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)