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 | 﨨室釥「萇 | 111110111101101010001110101110101111101111000000101000101110010011000111 | fbda8ebafbc0a2e4c7 |
EUC-JP | ?室釥「萇 | 00111111101111001011110010001111111000111010101110001110101000101110100011001001 | 3fbcbc8fe3ab8ea2e8c9 |
UTF-8 | 﨨室釥「萇 | 111011111010100010101000111001011010111010100100111010011000011110100101111011111011110110100010111010001001000010000111 | efa8a8e5aea4e987a5efbda2e89087 |
UHC | ?室??? | 001111111110001111111000001111110011111100111111 | 3fe3f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)