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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迢ク譚大ア曖 | 11100111100010111011100011100110100111011001000111100101101100011001111001000010 | e78bb8e69d91e5b19e42 |
EUC-JP | 迢ク譚大ア曖 | 111011011110101110001110101110001110101111111101110000101110011110001110101100011101101110100011 | edeb8eb8ebfdc2e78eb1dba3 |
UTF-8 | 迢ク譚大ア曖 | 111010001011111110100010111011111011110110111000111010001010110110011010111001011010010010100111111011111011110110110001111001101001101110010110 | e8bfa2efbdb8e8ad9ae5a4a7efbdb1e69b96 |
UHC | ??譚大?曖 | 001111110011111111010011110010011101001111011110001111111110010011110010 | 3f3fd3c9d3de3fe4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)