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 | 炯?窪? | 111000000111011000111111100011000100010100111111 | e0763f8c453f |
EUC-JP | 炯?窪? | 110111111101011100111111101101111010011000111111 | dfd73fb7a63f |
UTF-8 | 炯렱窪흘 | 111001111000001010101111111010111010000010110001111001111010101010101010111011011001110110011000 | e782afeba0b1e7aaaaed9d98 |
UHC | 炯렱窪흘 | 1111101110100110100011101011111011101000110000011100100011101010 | fba68ebee8c1c8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)