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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 刑弄??循 | 1000110001011001100110000100110100111111001111111000111101111010 | 8c59984d3f3f8f7a |
EUC-JP | 刑弄??循 | 1011011110111010110011111010111000111111001111111011110111011011 | b7bacfae3f3fbddb |
UTF-8 | 刑弄렮렭循 | 111001011000100010010001111001011011110010000100111010111010000010101110111010111010000010101101111001011011111010101010 | e58891e5bc84eba0aeeba0ade5beaa |
UHC | 刑弄렮렭循 | 11111010111111011101011011100111100011101011101110001110101110101110001011100000 | fafdd6e78ebb8ebae2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)