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 | 闡ッ貅ス邊檻 | 11101000100100011010111111100110101110101011110111100111101100101001111101000010 | e891afe6babde7b29f42 |
EUC-JP | 闡ッ貅ス邊檻 | 111011111111000110001110101011111110110010111100100011101011110111101110101101001101110110100011 | eff18eafecbc8ebdeeb4dda3 |
UTF-8 | 闡ッ貅ス邊檻 | 111010011001011110100001111011111011110110101111111010001011001010000101111011111011110110111101111010011000001010001010111001101010101010111011 | e997a1efbdafe8b285efbdbde9828ae6aabb |
UHC | 闡???邊檻 | 111101001100010100111111001111110011111111011100101010111111100111100011 | f4c53f3f3fdcabf9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)