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 | ò«¥èÁ¶ | 1111001010101011100011101010010111101000110000011000111010110110 | f2ab8ea5e8c18eb6 |
SJIS-WIN | ???¥???¶ | 00111111001111110011111110000001100011110011111100111111001111111000000111110111 | 3f3f3f818f3f3f3f81f7 |
EUC-JP | ò???èÁ?¶ | 100011111010101111010010001111110011111100111111100011111010101110110010100011111010101010100001001111111010001011111001 | 8fabd23f3f3f8fabb28faaa13fa2f9 |
UTF-8 | ò«¥èÁ¶ | 11000011101100101100001010101011110000101000111011000010101001011100001110101000110000111000000111000010100011101100001010110110 | c3b2c2abc28ec2a5c3a8c381c28ec2b6 |
UHC | ???????¶ | 001111110011111100111111001111110011111100111111001111111010001011010010 | 3f3f3f3f3f3f3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)