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 | 銧車磁紗篠 | 11111011110011001000111011010100100011101010010110001110110100011000111011000010 | fbcc8ed48ea58ed18ec2 |
EUC-JP | 銧車磁紗篠 | 1000111111100100101001101011110011010110101111001010011110111100110100111011110011000100 | 8fe4a6bcd6bca7bcd3bcc4 |
UTF-8 | 銧車磁紗篠 | 111010011000101010100111111010001011101110001010111001111010001110000001111001111011010010010111111001111010111110100000 | e98aa7e8bb8ae7a381e7b497e7afa0 |
UHC | ?車磁紗篠 | 001111111111001110110011111011011011100011011110111010011110000111000110 | 3ff3b3edb8dee9e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)