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 | 檍??陰 | 100111101111100000111111001111111000100101000001 | 9ef83f3f8941 |
EUC-JP | 檍??陰 | 110111001111101000111111001111111011000110100010 | dcfa3f3fb1a2 |
UTF-8 | 檍울퐣陰 | 111001101010101010001101111011001001101010111000111011011001000010100011111010011001100110110000 | e6aa8dec9ab8ed90a3e999b0 |
UHC | 檍울퐣陰 | 1110010111100101101111111110111110111101100011001110101111100100 | e5e5bfefbd8cebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)