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 | ???所 | 0011111100111111001111111000111110001010 | 3f3f3f8f8a |
EUC-JP | ???所 | 0011111100111111001111111011110111101010 | 3f3f3fbdea |
UTF-8 | 驪덇댗所 | 111011111010011010000111111010111000110110000111111010111000110010010111111001101000100110000000 | efa687eb8d87eb8c97e68980 |
UHC | 驪덇댗所 | 1110011010101111100010001110101010001000101110111110000110110110 | e6af88ea88bbe1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)