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 | 跿瀧ー滔シ | 1110011011110011100100011110101110110000100111111110101110111100 | e6f391ebb09febbc |
EUC-JP | 跿瀧ー滔シ | 11101100111101011100001011101101100011101011000011011110111011011000111010111100 | ecf5c2ed8eb0deed8ebc |
UTF-8 | 跿瀧ー滔シ | 111010001011011110111111111001111000000010100111111011111011110110110000111001101011101110010100111011111011110110111100 | e8b7bfe780a7efbdb0e6bb94efbdbc |
UHC | ?瀧?滔? | 00111111110101101110100100111111110101001010010100111111 | 3fd6e93fd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)