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 | 贒戊滋遲オ | 111110111010111110010101111010001000111010100000111001111010110110110101 | fbaf95e88ea0e7adb5 |
EUC-JP | 贒戊滋遲オ | 1000111111011111110000111100101011101010101111001010001011101110101011111000111010110101 | 8fdfc3caeabca2eeaf8eb5 |
UTF-8 | 贒戊滋遲オ | 111010001011010010010010111001101000100010001010111001101011101110001011111010011000000110110010111011111011110110110101 | e8b492e6888ae6bb8be981b2efbdb5 |
UHC | ?戊滋遲? | 0011111111011001111001101110110110110010111100101100000000111111 | 3fd9e6edb2f2c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)