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 | ?純ぢ? | 001111111000111110000011100000101100000000111111 | 3f8f8382c03f |
EUC-JP | ?純ぢ? | 001111111011110111100011101001001100001000111111 | 3fbde3a4c23f |
UTF-8 | 룶純ぢ룶 | 111010111010001110110110111001111011010010010100111000111000000110100010111010111010001110110110 | eba3b6e7b494e381a2eba3b6 |
UHC | 룶純ぢ룶 | 1000111110101011111000101110110110101010110000101000111110101011 | 8fabe2edaac28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)