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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?挑??挑?^ | 001111111001001010100111001111110011111110010010101001110011111101011110 | 3f92a73f3f92a73f5e |
EUC-JP | ?挑??挑?^ | 001111111100010010101001001111110011111111000100101010010011111101011110 | 3fc4a93f3fc4a93f5e |
UTF-8 | 뤵挑令뤵挑令^ | 11101011101001001011010111100110100011001001000111101111101001101010100011101011101001001011010111100110100011001001000111101111101001101010100001011110 | eba4b5e68c91efa6a8eba4b5e68c91efa6a85e |
UHC | 뤵挑令뤵挑令^ | 10001111111000111101001111111011111001111010100110001111111000111101001111111011111001111010100101011110 | 8fe3d3fbe7a98fe3d3fbe7a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)