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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 陽毬疼Y | 10010111011110101001111101111011111000010111010101011001 | 977a9f7be17559 |
EUC-JP | 陽毬疼Y | 11001101110110111101110111011100111000011101011001011001 | cddbdddce1d659 |
UTF-8 | 陽毬疼Y | 11101001100110011011110111100110101011111010110011100111100101101011110001011001 | e999bde6aface796bc59 |
UHC | 陽毬疼Y | 11100101110101011100111110110011110101001101100101011001 | e5d5cfb3d4d959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)