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 | 鉸ホ鮑ォ | 111110111100111011001110111010011011100010101011 | fbcecee9b8ab |
EUC-JP | 鉸ホ鮑ォ | 100011111110001111110010100011101100111011110010101110101000111010101011 | 8fe3f28ecef2ba8eab |
UTF-8 | 鉸ホ鮑ォ | 111010011000100110111000111011111011111010001110111010011010111010010001111011111011110110101011 | e989b8efbe8ee9ae91efbdab |
UHC | ??鮑? | 0011111100111111111110001110101000111111 | 3f3ff8ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)