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 | 襭苦4脱k | 111001100100001010001011111010101000001001010011100100100100010101101011 | e6428bea825392456b |
EUC-JP | 襭苦4脱k | 111010111010001110110110111011001010001110110100110000111010011001101011 | eba3b6eca3b4c3a66b |
UTF-8 | 襭苦4脱k | 11101000101001011010110111101000100010111010011011101111101111001001010011101000100001001011000101101011 | e8a5ade88ba6efbc94e884b16b |
UHC | ?苦4?k | 00111111110011011100100010100011101101000011111101101011 | 3fcdc8a3b43f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)