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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?雨? | 00111111100010010100101000111111 | 3f894a3f |
EUC-JP | 梡雨? | 100011111100001111110011101100011010101100111111 | 8fc3f3b1ab3f |
UTF-8 | 梡雨룕 | 111001101010001010100001111010011001101110101000111010111010001110010101 | e6a2a1e99ba8eba395 |
UHC | 梡雨룕 | 111010001100100111101001111010111000111110010001 | e8c9e9eb8f91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)