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²Gµ | 10010001111111101001001001000010100100011011001010010010010001111001000110110101 | 91fe924291b2924791b5 |
SJIS-WIN | ???B???G?? | 00111111001111110011111101000010001111110011111100111111010001110011111100111111 | 3f3f3f423f3f3f473f3f |
EUC-JP | ?þ?B???G?? | 001111111000111110101001110100000011111101000010001111110011111100111111010001110011111100111111 | 3f8fa9d03f423f3f3f473f3f |
UTF-8 | þB²Gµ | 110000101001000111000011101111101100001010010010010000101100001010010001110000101011001011000010100100100100011111000010100100011100001010110101 | c291c3bec29242c291c2b2c29247c291c2b5 |
UHC | ?þ?B?²?G?? | 001111111010100110101101001111110100001000111111101010011111011100111111010001110011111100111111 | 3fa9ad3f423fa9f73f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)