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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 逕樒翌逡ゥ^ | 11100111100101001001111011100111100101111000001011100111100101011010100101011110 | e7949ee79782e795a95e |
EUC-JP | 逕樒翌逡ゥ^ | 1110110111110100110111001110100111001101111000101110110111110101100011101010100101011110 | edf4dce9cde2edf58ea95e |
UTF-8 | 逕樒翌逡ゥ^ | 11101001100000001001010111100110101010001001001011100111101111111000110011101001100000001010000111101111101111011010100101011110 | e98095e6a892e7bf8ce980a1efbda95e |
UHC | 逕?翌逡?^ | 110011001110111100111111111011001100111011110001111001000011111101011110 | ccef3feccef1e43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)