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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譚大ュォ譚 | 1110011010011101100100011110010110101101101010111110011010011101 | e69d91e5adabe69d |
EUC-JP | 譚大ュォ譚 | 11101011111111011100001011100111100011101010110110001110101010111110101111111101 | ebfdc2e78ead8eabebfd |
UTF-8 | 譚大ュォ譚 | 111010001010110110011010111001011010010010100111111011111011110110101101111011111011110110101011111010001010110110011010 | e8ad9ae5a4a7efbdadefbdabe8ad9a |
UHC | 譚大??譚 | 1101001111001001110100111101111000111111001111111101001111001001 | d3c9d3de3f3fd3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)