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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邊塾邊塾B | 111001111011001010001111011011011110011110110010100011110110110101000010 | e7b28f6de7b28f6d42 |
EUC-JP | 邊塾邊塾B | 111011101011010010111101110011101110111010110100101111011100111001000010 | eeb4bdceeeb4bdce42 |
UTF-8 | 邊塾邊塾B | 11101001100000101000101011100101101000011011111011101001100000101000101011100101101000011011111001000010 | e9828ae5a1bee9828ae5a1be42 |
UHC | 邊塾邊塾B | 110111001010101111100010110100111101110010101011111000101101001101000010 | dcabe2d3dcabe2d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)