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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 渧・訷」B | 11111011010010001010010111111011101001001010001101000010 | fb48a5fba4a342 |
EUC-JP | 渧・訷」B | 1000111111000111111010111000111010100101100011111101110111010100100011101010001101000010 | 8fc7eb8ea58fddd48ea342 |
UTF-8 | 渧・訷」B | 11100110101110001010011111101111101111011010010111101000101010001011011111101111101111011010001101000010 | e6b8a7efbda5e8a8b7efbda342 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)