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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闊暦ス雁履 | 111010001000100010010111111011111011110110001010111001011001011110011010 | e88897efbd8ae5979a |
EUC-JP | 闊暦ス雁履 | 11101111111010001100111011110001100011101011110110110100111001111100110111111010 | efe8cef18ebdb4e7cdfa |
UTF-8 | 闊暦ス雁履 | 111010011001011110001010111001101001101010100110111011111011110110111101111010011001101110000001111001011011000110100101 | e9978ae69aa6efbdbde99b81e5b1a5 |
UHC | 闊??雁履 | 1111110011000100001111110011111111100100110100101101011111011011 | fcc43f3fe4d2d7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)