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 | 隴峨l謐 | 1110100010101101100010011110001110000010100011001110011010001101 | e8ad89e3828ce68d |
EUC-JP | 隴峨l謐 | 1111000010101111101100101110010110100011111011001110101111101101 | f0afb2e5a3ecebed |
UTF-8 | 隴峨l謐 | 111010011001101010110100111001011011001110101000111011111011110110001100111010001010110010010000 | e99ab4e5b3a8efbd8ce8ac90 |
UHC | ?峨l謐 | 00111111111001001011000110100011111011001101101011001101 | 3fe4b1a3ecdacd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)