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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 蓆凪其籵ッH | 11100100111011001001001111100010100100011011010011100010111000001010111101001000 | e4ec93e291b4e2e0af48 |
EUC-JP | 蓆凪其籵ッH | 1110100011101110110001101110010011000010101101101110010011100010100011101010111101001000 | e8eec6e4c2b6e4e28eaf48 |
UTF-8 | 蓆凪其籵ッH | 11101000100100111000011011100101100001111010101011100101100001011011011011100111101100011011010111101111101111011010111101001000 | e89386e587aae585b6e7b1b5efbdaf48 |
UHC | 蓆?其??H | 1110000010110110001111111101000011101100001111110011111101001000 | e0b63fd0ec3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)