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? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | ティBテ | 11000011101010000100001011000011 | c3a842c3 |
EUC-JP | ティBテ | 10001110110000111000111010101000010000101000111011000011 | 8ec38ea8428ec3 |
UTF-8 | ティBテ | 11101111101111101000001111101111101111011010100001000010111011111011111010000011 | efbe83efbda842efbe83 |
UHC | ??B? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)