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 | 辟乗ュ譟セ | 111001111000010010001111111001101000001110000101111001101001111110111110 | e7848fe68385e69fbe |
EUC-JP | 辟乗ュ譟セ | 11101101111001001011111011101000101001011110010111101100101000011000111010111110 | ede4bee8a5e5eca18ebe |
UTF-8 | 辟乗ュ譟セ | 111010001011111010011111111001001011100110010111111000111000001110100101111010001010110110011111111011111011110110111110 | e8be9fe4b997e383a5e8ad9fefbdbe |
UHC | ??ュ?? | 001111110011111110101011111001010011111100111111 | 3f3fabe53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)