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 | ¾«Î¾²] | 101111101010101110001110110011101011111010101101100011101011001001011101 | beab8ecebead8eb25d |
SJIS-WIN | ????????] | 001111110011111100111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f3f3f5d |
EUC-JP | ???Î????] | 0011111100111111001111111000111110101010110000100011111100111111001111110011111101011101 | 3f3f3f8faac23f3f3f3f5d |
UTF-8 | ¾«Î¾²] | 1100001010111110110000101010101111000010100011101100001110001110110000101011111011000010101011011100001010001110110000101011001001011101 | c2bec2abc28ec38ec2bec2adc28ec2b25d |
UHC | ¾???¾?²] | 10101000111110100011111100111111001111111010100011111010101000011010100100111111101010011111011101011101 | a8fa3f3f3fa8faa1a93fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)