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 | 1111000011000000101111001011111001101011 | f0c0bcbe6b |
EUC-JP | ?シセk | 001111111000111010111100100011101011111001101011 | 3f8ebc8ebe6b |
UTF-8 | シセk | 11101110100000011011111111101111101111011011110011101111101111011011111001101011 | ee81bfefbdbcefbdbe6b |
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)