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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | シケk | 1111001011101010101111001011100101101011 | f2eabcb96b |
EUC-JP | ?シケk | 001111111000111010111100100011101011100101101011 | 3f8ebc8eb96b |
UTF-8 | シケk | 11101110100010001010000111101111101111011011110011101111101111011011100101101011 | ee88a1efbdbcefbdb96b |
UHC | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)