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 | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
SJIS-WIN | 晧?贈?TB | 1001110111101100001111111001000110100001001111110101010001000010 | 9dec3f91a13f5442 |
EUC-JP | 晧?贈?TB | 1101101011101110001111111100001010100011001111110101010001000010 | daee3fc2a33f5442 |
UTF-8 | 晧렟贈렫TB | 1110011010011001101001111110101110100000100111111110100010110100100010001110101110100000101010110101010001000010 | e699a7eba09fe8b488eba0ab5442 |
UHC | 晧렟贈렫TB | 11111011110001011000111010110000111100011111110010001110101110010101010001000010 | fbc58eb0f1fc8eb95442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)