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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?弛瞋? | 001111111001001001101111111000011101000100111111 | 3f926fe1d13f |
EUC-JP | ?弛瞋? | 001111111100001111010000111000101101001100111111 | 3fc3d0e2d33f |
UTF-8 | 롅弛瞋롕 | 111010111010000110000101111001011011110010011011111001111001111010001011111010111010000110010101 | eba185e5bc9be79e8beba195 |
UHC | 롅弛瞋롕 | 1000111011001011111011001010110011110010110110011000111011011001 | 8ecbecacf2d98ed9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)