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 | 什??匙 | 100011110101100100111111001111111000110111111010 | 8f593f3f8dfa |
EUC-JP | 什??匙 | 101111011011101000111111001111111011101011111100 | bdba3f3fbafc |
UTF-8 | 什롰뢔匙 | 111001001011101110000000111010111010000110110000111010111010001010010100111001011000110010011001 | e4bb80eba1b0eba294e58c99 |
UHC | 什롰뢔匙 | 1110010010100111100011101110110110001111010011111110001110110101 | e4a78eed8f4fe3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)