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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?榕夭??ь | 001111111001111011010101100110101110111000111111001111111000010010001110 | 3f9ed59aee3f3f848e |
EUC-JP | ?榕夭?檉ь | 0011111111011100110101111101010011110000001111111000111111000101101110111010011111101110 | 3fdcd7d4f03f8fc5bba7ee |
UTF-8 | 뤚榕夭걔檉ь | 1110101110100100100110101110011010100110100101011110010110100100101011011110101010110001100101001110011010101010100010011101000110001100 | eba49ae6a695e5a4adeab194e6aa89d18c |
UHC | 뤚榕夭걔檉ь | 100011111100100111101001101111101110100011101100101100001100001011101111111000001010110011101110 | 8fc9e9bee8ecb0c2efe0acee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)