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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴆ホ錡ャ | 111010011110111111001110111110111101100010101100 | e9efcefbd8ac |
EUC-JP | 鴆ホ錡ャ | 111100101111000110001110110011101000111111100100110111101000111010101100 | f2f18ece8fe4de8eac |
UTF-8 | 鴆ホ錡ャ | 111010011011010010000110111011111011111010001110111010011000110010100001111011111011110110101100 | e9b486efbe8ee98ca1efbdac |
UHC | ??錡? | 0011111100111111110100011100010000111111 | 3f3fd1c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)