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 | 111000011001111100111111001111111001100101100000001111110101010001000010 | e19f3f3f99603f5442 |
EUC-JP | 癲??兪?TB | 111000101010000100111111001111111101000111000001001111110101010001000010 | e2a13f3fd1c13f5442 |
UTF-8 | 癲븀썶兪쁥TB | 1110011110011001101100101110101110111000100000001110110010001101101101101110010110000101101010101110110010000001101001010101010001000010 | e799b2ebb880ec8db6e585aaec81a55442 |
UHC | 癲븀썶兪쁥TB | 111011111010011010111010111001111001101110100100111010101110010010011000011010000101010001000010 | efa6bae79ba4eae498685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)