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 | 項??懈 | 100011011000000000111111001111111001110011100110 | 8d803f3f9ce6 |
EUC-JP | 項??懈 | 101110011110000000111111001111111101100011101000 | b9e03f3fd8e8 |
UTF-8 | 項싵뼅懈 | 111010011010000010000101111011001000101110110101111010111011110010000101111001101000011110001000 | e9a085ec8bb5ebbc85e68788 |
UHC | 項싵뼅懈 | 1111101010100011100110101110111010010110100011111111101010101011 | faa39aee968ffaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)