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 | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 娃??兪?TB | 100010001010000100111111001111111001100101100000001111110101010001000010 | 88a13f3f99603f5442 |
EUC-JP | 娃??兪?TB | 101100001010001100111111001111111101000111000001001111110101010001000010 | b0a33f3fd1c13f5442 |
UTF-8 | 娃뉒썶兪쁥TB | 1110010110101000100000111110101110001001100100101110110010001101101101101110010110000101101010101110110010000001101001010101010001000010 | e5a883eb8992ec8db6e585aaec81a55442 |
UHC | 娃뉒썶兪쁥TB | 111010001101111110000111111001111001101110100100111010101110010010011000011010000101010001000010 | e8df87e79ba4eae498685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)