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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鼠燮}鼠燮{^ | 1001000101101100100110011101011101111101100100010110110010011001110101110111101101011110 | 916c99d77d916c99d77b5e |
EUC-JP | 鼠燮}鼠燮{^ | 1100000111001101110100101101100101111101110000011100110111010010110110010111101101011110 | c1cdd2d97dc1cdd2d97b5e |
UTF-8 | 鼠燮}鼠燮{^ | 111010011011110010100000111001111000011110101110011111011110100110111100101000001110011110000111101011100111101101011110 | e9bca0e787ae7de9bca0e787ae7b5e |
UHC | 鼠燮}鼠燮{^ | 1110000010101001111000001111000001111101111000001010100111100000111100000111101101011110 | e0a9e0f07de0a9e0f07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)