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 | ???彦? | 001111110011111100111111100101010100011000111111 | 3f3f3f95463f |
EUC-JP | 孼??彦? | 1000111110111010110000110011111100111111110010011010011100111111 | 8fbac33f3fc9a73f |
UTF-8 | 孼뽫녇彦늮 | 111001011010110110111100111010111011110110101011111010111000010110000111111001011011110110100110111010111000101010101110 | e5adbcebbdabeb8587e5bda6eb8aae |
UHC | 孼뽫녇彦늮 | 11100101111011011001011011100111100001101011111011100101111010011000100001110011 | e5ed96e786bee5e98873 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)