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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 隶梧ョ諌ヲ^ | 111010001010111010001100111001101010111010001010110100001010011001011110 | e8ae8ce6ae8ad0a65e |
EUC-JP | 隶梧ョ諌ヲ^ | 1111000010110000101110001110100010001110101011101011010011010010100011101010011001011110 | f0b0b8e88eaeb4d28ea65e |
UTF-8 | 隶梧ョ諌ヲ^ | 11101001100110101011011011100110101000101010011111101111101111011010111011101000101010111000110011101111101111011010011001011110 | e99ab6e6a2a7efbdaee8ab8cefbda65e |
UHC | ?梧???^ | 00111111111001111111110000111111001111110011111101011110 | 3fe7fc3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)