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 | 10011010010110001110100111100001011111010111011010011010010110001110100111100001011111010111011001000010 | 9a58e9e17d769a58e9e17d7642 |
EUC-JP | 唸鱆}v唸鱆}vB | 11010011101110011111001011100011011111010111011011010011101110011111001011100011011111010111011001000010 | d3b9f2e37d76d3b9f2e37d7642 |
UTF-8 | 唸鱆}v唸鱆}vB | 1110010110010100101110001110100110110001100001100111110101110110111001011001010010111000111010011011000110000110011111010111011001000010 | e594b8e9b1867d76e594b8e9b1867d7642 |
UHC | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)