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 | 漆濵フ | 11110000111000011000111010111101111110110100110111001100 | f0e18ebdfb4dcc |
EUC-JP | ?漆濵フ | 0011111110111100101111111000111111001001101001101000111011001100 | 3fbcbf8fc9a68ecc |
UTF-8 | 漆濵フ | 111011101000001010100000111001101011110010000110111001101011111110110101111011111011111010001100 | ee82a0e6bc86e6bfb5efbe8c |
UHC | ?漆?? | 0011111111110110110101000011111100111111 | 3ff6d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)