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 | ??XV??XVB | 001111110011111101011000010101100011111100111111010110000101011001000010 | 3f3f58563f3f585642 |
SJIS-WIN | ??XV??XVB | 001111110011111101011000010101100011111100111111010110000101011001000010 | 3f3f58563f3f585642 |
EUC-JP | ??XV??XVB | 001111110011111101011000010101100011111100111111010110000101011001000010 | 3f3f58563f3f585642 |
UTF-8 | 횂혳XV횂혳XVB | 1110110110011010100000101110110110011000101100110101100001010110111011011001101010000010111011011001100010110011010110000101011001000010 | ed9a82ed98b35856ed9a82ed98b3585642 |
UHC | 횂혳XV횂혳XVB | 11000011100000101100001010011010010110000101011011000011100000101100001010011010010110000101011001000010 | c382c29a5856c382c29a585642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)