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 | 韆ホス汐髙 | 11101000111001101100111011110001100011101011110110001110101011001111101111111100 | e8e6cef18ebd8eacfbfc |
EUC-JP | 韆ホ?ス汐? | 11110000111010001000111011001110001111111000111010111101101111001010111000111111 | f0e88ece3f8ebdbcae3f |
UTF-8 | 韆ホス汐髙 | 111010011001111110000110111011111011111010001110111011101000010010001001111011111011110110111101111001101011000110010000111010011010101110011001 | e99f86efbe8eee8489efbdbde6b190e9ab99 |
UHC | 韆???汐? | 1111010011000111001111110011111100111111111000001011000100111111 | f4c73f3f3fe0b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)