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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ◆?牆ピ?? | 100000011001111100111111111000001010110110000011011100110011111100111111 | 819f3fe0ad83733f3f |
EUC-JP | ◆?牆ピ?? | 101000101010000100111111111000001010111110100101110101000011111100111111 | a2a13fe0afa5d43f3f |
UTF-8 | ◆룫牆ピ룶풟 | 111000101001011110000110111010111010001110101011111001111000100110000110111000111000001110010100111010111010001110110110111011011001001010011111 | e29786eba3abe78986e38394eba3b6ed929f |
UHC | ◆룫牆ピ룶풟 | 101000011101111110001111101000101110110111101101101010111101010010001111101010111011111101000010 | a1df8fa2ededabd48fabbf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)