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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 秊됲뢘沈꼷뢒 | 111011111010011010010101111010111001000010110010111010111010001010011000111011111010010110110010111010101011110010110111111010111010001010010010 | efa695eb90b2eba298efa5b2eabcb7eba292 |
UHC | 秊됲뢘沈꼷뢒 | 111001101101110010001001111011011000111101010011111001001010000110000100100011111000111101001101 | e6dc89ed8f53e4a1848f8f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)