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 | ?拜齋詠 | 00111111100111010110000011100010010101101000100101110010 | 3f9d60e2568972 |
EUC-JP | ?拜齋詠 | 00111111110110011100000111100011101101111011000111010011 | 3fd9c1e3b7b1d3 |
UTF-8 | 뤊拜齋詠 | 111010111010010010001010111001101000101110011100111010011011110110001011111010001010100110100000 | eba48ae68b9ce9bd8be8a9a0 |
UHC | 뤊拜齋詠 | 1000111110111010110110111100100011101110101100011110011111001001 | 8fbadbc8eeb1e7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)