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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 﨨室瀨 | 111110111101101010001110101110101111101101010000 | fbda8ebafb50 |
EUC-JP | ?室? | 00111111101111001011110000111111 | 3fbcbc3f |
UTF-8 | 﨨室瀨 | 111011111010100010101000111001011010111010100100111001111000000010101000 | efa8a8e5aea4e780a8 |
UHC | ?室瀨 | 0011111111100011111110001101011011101110 | 3fe3f8d6ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)