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 | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | ??弔蒡k | 00111111001111111001001010100010111001001110111001101011 | 3f3f92a2e4ee6b |
EUC-JP | ??弔蒡k | 00111111001111111100010010100100111010001111000001101011 | 3f3fc4a4e8f06b |
UTF-8 | 藺렯弔蒡k | 11101111101001111011000011101011101000001010111111100101101111001001010011101000100100101010000101101011 | efa7b0eba0afe5bc94e892a16b |
UHC | 藺렯弔蒡k | 111011001110000110001110101111001111000011000000110110111011110001101011 | ece18ebcf0c0dbbc6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)