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 | 諢峨署寀オ | 111001101000010010001001111000111000111110010000111110101010011110110101 | e68489e38f90faa7b5 |
EUC-JP | 諢峨署寀オ | 1110101111100100101100101110010110111101111100001000111110111010110110111000111010110101 | ebe4b2e5bdf08fbadb8eb5 |
UTF-8 | 諢峨署寀オ | 111010001010101110100010111001011011001110101000111001111011110110110010111001011010111110000000111011111011110110110101 | e8aba2e5b3a8e7bdb2e5af80efbdb5 |
UHC | ?峨署寀? | 0011111111100100101100011101111111111110111100111111001000111111 | 3fe4b1dffef3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)