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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 謝篠h謝篠 | 100011101101001110001110110000100110100010001110110100111000111011000010 | 8ed38ec2688ed38ec2 |
EUC-JP | 謝篠h謝篠 | 101111001101010110111100110001000110100010111100110101011011110011000100 | bcd5bcc468bcd5bcc4 |
UTF-8 | 謝篠h謝篠 | 11101000101011001001110111100111101011111010000001101000111010001010110010011101111001111010111110100000 | e8ac9de7afa068e8ac9de7afa0 |
UHC | 謝篠h謝篠 | 110111101111001111100001110001100110100011011110111100111110000111000110 | def3e1c668def3e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)