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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?魏?違^ | 00111111111010011011000000111111100010001110000101011110 | 3fe9b03f88e15e |
EUC-JP | ?魏?違^ | 00111111111100101011001000111111101100001110001101011110 | 3ff2b23fb0e35e |
UTF-8 | 섧魏섧違^ | 11101100100001001010011111101001101011011000111111101100100001001010011111101001100000011001010101011110 | ec84a7e9ad8fec84a7e981955e |
UHC | 섧魏섧違^ | 101111001011010111101010111000001011110010110101111010101101111001011110 | bcb5eae0bcb5eade5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)