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 | Y²¨BO^ | 100100100101100110010001101100101001000110101000010000100100111101011110 | 925991b291a8424f5e |
| SJIS-WIN | ?Y???¨BO^ | 00111111010110010011111100111111001111111000000101001110010000100100111101011110 | 3f593f3f3f814e424f5e |
| EUC-JP | ?Y???¨BO^ | 00111111010110010011111100111111001111111010000110101111010000100100111101011110 | 3f593f3f3fa1af424f5e |
| UTF-8 | Y²¨BO^ | 1100001010010010010110011100001010010001110000101011001011000010100100011100001010101000010000100100111101011110 | c29259c291c2b2c291c2a8424f5e |
| UHC | ?Y?²?¨BO^ | 0011111101011001001111111010100111110111001111111010000110100111010000100100111101011110 | 3f593fa9f73fa1a7424f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)