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 | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
SJIS-WIN | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
EUC-JP | ???L???L^ | 001111110011111100111111010011000011111100111111001111110100110001011110 | 3f3f3f4c3f3f3f4c5e |
UTF-8 | 묳뭎뫀L묳뭎뫀L^ | 111010111010110010110011111010111010110110001110111010111010101110000000010011001110101110101100101100111110101110101101100011101110101110101011100000000100110001011110 | ebacb3ebad8eebab804cebacb3ebad8eebab804c5e |
UHC | 묳뭎뫀L묳뭎뫀L^ | 100100100100101010010010010110001001000110100100010011001001001001001010100100100101100010010001101001000100110001011110 | 924a925891a44c924a925891a44c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)