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³TB | 110000101001001001000010110000101001000111000010101100110101010001000010 | c29242c291c2b35442 |
SJIS-WIN | ??B????TB | 001111110011111101000010001111110011111100111111001111110101010001000010 | 3f3f423f3f3f3f5442 |
EUC-JP | Â?BÂ?Â?TB | 100011111010101010100100001111110100001010001111101010101010010000111111100011111010101010100100001111110101010001000010 | 8faaa43f428faaa43f8faaa43f5442 |
UTF-8 | ÂB³TB | 110000111000001011000010100100100100001011000011100000101100001010010001110000111000001011000010101100110101010001000010 | c382c29242c382c291c382c2b35442 |
UHC | ??B???³TB | 00111111001111110100001000111111001111110011111110101001111110000101010001000010 | 3f3f423f3f3fa9f85442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)