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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 錣駕げB | 11101000010000111000100111101101100000101011000001000010 | e84389ed82b042 |
EUC-JP | 錣駕げB | 11101111101001001011001011101111101001001011001001000010 | efa4b2efa4b242 |
UTF-8 | 錣駕げB | 11101001100011001010001111101001101001111001010111100011100000011001001001000010 | e98ca3e9a795e3819242 |
UHC | ?駕げB | 001111111100101010111101101010101011001001000010 | 3fcabdaab242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)