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 | 坦巽丹則 | 1001001001010010100100100100011010010010010011111001000110100101 | 92529246924f91a5 |
EUC-JP | 坦巽丹則 | 1100001110110011110000111010011111000011101100001100001010100111 | c3b3c3a7c3b0c2a7 |
UTF-8 | 坦巽丹則 | 111001011001110110100110111001011011011110111101111001001011100010111001111001011000100110000111 | e59da6e5b7bde4b8b9e58987 |
UHC | 坦巽丹則 | 1111011110100100111000011101111011010011101000011111011011001110 | f7a4e1ded3a1f6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)