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 | 10001111100001010011111110000100101100000101010001000010 | 8f853f84b05442 |
EUC-JP | 遵?┣TB | 10111101111001010011111110101000101100100101010001000010 | bde53fa8b25442 |
UTF-8 | 遵댐┣TB | 1110100110000001101101011110101110001100100100001110001010010100101000110101010001000010 | e981b5eb8c90e294a35442 |
UHC | 遵댐┣TB | 1111000111100101101101001110111110100110101100100101010001000010 | f1e5b4efa6b25442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)