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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉸執瀇室 | 1111101111001110100011101011011111111011010011111000111010111010 | fbce8eb7fb4f8eba |
EUC-JP | 鉸執瀇室 | 10001111111000111111001010111100101110011000111111001001101011011011110010111100 | 8fe3f2bcb98fc9adbcbc |
UTF-8 | 鉸執瀇室 | 111010011000100110111000111001011001111110110111111001111000000010000111111001011010111010100100 | e989b8e59fb7e78087e5aea4 |
UHC | ?執?室 | 001111111111001011111011001111111110001111111000 | 3ff2fb3fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)