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 | ð²·èÁ¥¿ | 1111000010110010100011101011011111101000110000011010010110111111 | f0b28eb7e8c1a5bf |
SJIS-WIN | ??????¥? | 001111110011111100111111001111110011111100111111100000011000111100111111 | 3f3f3f3f3f3f818f3f |
EUC-JP | ð???èÁ?¿ | 10001111101010011100001100111111001111110011111110001111101010111011001010001111101010101010000100111111100011111010001011000100 | 8fa9c33f3f3f8fabb28faaa13f8fa2c4 |
UTF-8 | ð²·èÁ¥¿ | 11000011101100001100001010110010110000101000111011000010101101111100001110101000110000111000000111000010101001011100001010111111 | c3b0c2b2c28ec2b7c3a8c381c2a5c2bf |
UHC | ð²?·???¿ | 101010011010001110101001111101110011111110100001101001000011111100111111001111111010001010101111 | a9a3a9f73fa1a43f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)