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 | ?猩?? | 0011111111100000110011010011111100111111 | 3fe0cd3f3f |
EUC-JP | ?猩?? | 0011111111100000110011110011111100111111 | 3fe0cf3f3f |
UTF-8 | 샠猩븧띫 | 111011001000001110100000111001111000110010101001111010111011100010100111111010111001110110101011 | ec83a0e78ca9ebb8a7eb9dab |
UHC | 샠猩븧띫 | 1001100011001000111000001111101010010101100100001000110111011110 | 98c8e0fa95908dde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)