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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?健ぉ^ | 001111111000110010010010100000101010011101011110 | 3f8c9282a75e |
EUC-JP | ?健ぉ^ | 001111111011011111110010101001001010100101011110 | 3fb7f2a4a95e |
UTF-8 | 룴健ぉ^ | 11101011101000111011010011100101100000011010010111100011100000011000100101011110 | eba3b4e581a5e381895e |
UHC | 룴健ぉ^ | 10001111101010011100101111101101101010101010100101011110 | 8fa9cbedaaa95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)