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 | 00111111001111110011111101101011 | 3f3f3f6b |
EUC-JP | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
UTF-8 | 簾앾풎k | 11101111101001101010011011101100100101011011111011101101100100101000111001101011 | efa6a6ec95beed928e6b |
UHC | 簾앾풎k | 11100111101000011001110111101111101111101001001001101011 | e7a19defbe926b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)