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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 箋頑陰w | 11100010101100111000101011100110100010010100000101110111 | e2b38ae6894177 |
EUC-JP | 箋頑陰w | 11100100101101011011010011101000101100011010001001110111 | e4b5b4e8b1a277 |
UTF-8 | 箋頑陰w | 11100111101011101000101111101001101000001001000111101001100110011011000001110111 | e7ae8be9a091e999b077 |
UHC | 箋頑陰w | 11101111101010001110100011010111111010111110010001110111 | efa8e8d7ebe477 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)