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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 野??夜?] | 1001011011101100001111110011111110010110111010010011111101011101 | 96ec3f3f96e93f5d |
EUC-JP | 野??夜?] | 1100110011101110001111110011111111001100111010110011111101011101 | ccee3f3fcceb3f5d |
UTF-8 | 野섌숱夜긒] | 11101001100001111000111011101100100001001000110011101100100010001011000111100101101001001001110011101010101110001001001001011101 | e9878eec848cec88b1e5a49ceab8925d |
UHC | 野섌숱夜긒] | 1110010110101111100110001110100110111101101000101110010110101000100000110101000101011101 | e5af98e9bda2e5a883515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)