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 | 蒟駆桝鈕 | 1110010011100101100010111110110010010110100100011110011111100100 | e4e58bec9691e7e4 |
EUC-JP | 蒟駆桝鈕 | 1110100011100111101101101110111011001011111100011110111011100110 | e8e7b6eecbf1eee6 |
UTF-8 | 蒟駆桝鈕 | 111010001001001010011111111010011010011110000110111001101010000110011101111010011000100010010101 | e8929fe9a786e6a19de98895 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)