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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闢企。俶「「 | 111010001001001110001010111010011010000110011000111001101010001010100010 | e8938ae9a198e6a2a2 |
EUC-JP | 闢企。俶「「 | 111011111111001110110100111010111000111010100001110100001110100010001110101000101000111010100010 | eff3b4eb8ea1d0e88ea28ea2 |
UTF-8 | 闢企。俶「「 | 111010011001011110100010111001001011110010000001111011111011110110100001111001001011111110110110111011111011110110100010111011111011110110100010 | e997a2e4bc81efbda1e4bfb6efbda2efbda2 |
UHC | 闢企???? | 1101110010100011110100001110101000111111001111110011111100111111 | dca3d0ea3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)