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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 吟℡┏宸 | 1000101111100001100001111000010010000100101011001001101110000010 | 8be1878484ac9b82 |
EUC-JP | 吟?┏宸 | 10110110111000110011111110101000101011101101010111100010 | b6e33fa8aed5e2 |
UTF-8 | 吟℡┏宸 | 111001011001000010011111111000101000010010100001111000101001010010001111111001011010111010111000 | e5909fe284a1e2948fe5aeb8 |
UHC | 吟℡┏宸 | 1110101111100001101000101110010110100110101011101110001111100100 | ebe1a2e5a6aee3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)