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 | ô£ÞèÄ· | 1111010010100011100011101101111011101000110001001000111010110111 | f4a38edee8c48eb7 |
SJIS-WIN | ?£?????? | 001111111000000110010010001111110011111100111111001111110011111100111111 | 3f81923f3f3f3f3f3f |
EUC-JP | ô£?ÞèÄ?? | 1000111110101011110101001010000111110010001111111000111110101001101100001000111110101011101100101000111110101010101000110011111100111111 | 8fabd4a1f23f8fa9b08fabb28faaa33f3f |
UTF-8 | ô£ÞèÄ· | 11000011101101001100001010100011110000101000111011000011100111101100001110101000110000111000010011000010100011101100001010110111 | c3b4c2a3c28ec39ec3a8c384c28ec2b7 |
UHC | ???Þ???· | 00111111001111110011111110101000101011010011111100111111001111111010000110100100 | 3f3f3fa8ad3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)