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 | ??瀟? | 0011111100111111111000000110111000111111 | 3f3fe06e3f |
EUC-JP | ??瀟? | 0011111100111111110111111100111100111111 | 3f3fdfcf3f |
UTF-8 | 쐛了瀟쐛 | 111011001001000010011011111011111010011010111010111001111000000010011111111011001001000010011011 | ec909befa6bae7809fec909b |
UHC | 쐛了瀟쐛 | 1001110010000001111010001110011111100001101111101001110010000001 | 9c81e8e7e1be9c81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)