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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?龕?龕B | 00111111111010101001110000111111111010101001110001000010 | 3fea9c3fea9c42 |
EUC-JP | ?龕?龕B | 00111111111100111111110000111111111100111111110001000010 | 3ff3fc3ff3fc42 |
UTF-8 | 뷕龕뷕龕B | 11101011101101111001010111101001101111101001010111101011101101111001010111101001101111101001010101000010 | ebb795e9be95ebb795e9be9542 |
UHC | 뷕龕뷕龕B | 101110101110000011001010111111101011101011100000110010101111111001000010 | bae0cafebae0cafe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)