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 | ?剪?膾 | 001111111001100110010010001111111110010001011001 | 3f99923fe459 |
EUC-JP | ?剪?膾 | 001111111101000111110010001111111110011110111010 | 3fd1f23fe7ba |
UTF-8 | 롔剪뤔膾 | 111010111010000110010100111001011000100110101010111010111010010010010100111010001000011010111110 | eba194e589aaeba494e886be |
UHC | 롔剪뤔膾 | 1000111011011000111011101111001010001111110001001111110011101100 | 8ed8eef28fc4fcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)