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 | 沚鈍?? | 100111111000110110010011110111010011111100111111 | 9f8d93dd3f3f |
EUC-JP | 沚鈍?? | 110111011110110111000110110111110011111100111111 | ddedc6df3f3f |
UTF-8 | 沚鈍샐識 | 111001101011001010011010111010011000100010001101111011001000001110010000111011111010011110111100 | e6b29ae9888dec8390efa7bc |
UHC | 沚鈍샐識 | 1111001010101111110101001110111110111011111110001111001010111101 | f2afd4efbbf8f2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)