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 | ????健ヘ^ | 001111110011111100111111001111111000110010010010100000110111011101011110 | 3f3f3f3f8c9283775e |
EUC-JP | ????健ヘ^ | 001111110011111100111111001111111011011111110010101001011101100001011110 | 3f3f3f3fb7f2a5d85e |
UTF-8 | 룶殺⒝룴健ヘ^ | 11101011101000111011011011101111101001011011000011100010100100101001110111101011101000111011010011100101100000011010010111100011100000111001100001011110 | eba3b6efa5b0e2929deba3b4e581a5e383985e |
UHC | 룶殺⒝룴健ヘ^ | 10001111101010111110000111101101101010011100111010001111101010011100101111101101101010111101100001011110 | 8fabe1eda9ce8fa9cbedabd85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)