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 | ±ÚäÀG | 10001110101100011000111011011010111001001100000001000111 | 8eb18edae4c047 |
SJIS-WIN | ?±????G | 0011111110000001011111010011111100111111001111110011111101000111 | 3f817d3f3f3f3f47 |
EUC-JP | ?±?ÚäÀG | 0011111110100001110111100011111110001111101010101110001010001111101010111010001110001111101010101010001001000111 | 3fa1de3f8faae28faba38faaa247 |
UTF-8 | ±ÚäÀG | 11000010100011101100001010110001110000101000111011000011100110101100001110100100110000111000000001000111 | c28ec2b1c28ec39ac3a4c38047 |
UHC | ?±????G | 0011111110100001101111100011111100111111001111110011111101000111 | 3fa1be3f3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)