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 | ???TB | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 霓ょ?TB | 11101000101111011000001011100101001111110101010001000010 | e8bd82e53f5442 |
EUC-JP | 霓ょ?TB | 11110000101111111010010011100111001111110101010001000010 | f0bfa4e73f5442 |
UTF-8 | 霓ょ뜌TB | 1110100110011100100100111110001110000010100001111110101110011100100011000101010001000010 | e99c93e38287eb9c8c5442 |
UHC | 霓ょ뜌TB | 1110011111100111101010101110011110001101100011110101010001000010 | e7e7aae78d8f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)