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 | ◆?牆ご | 10000001100111110011111111100000101011011000001010110010 | 819f3fe0ad82b2 |
EUC-JP | ◆?牆ご | 10100010101000010011111111100000101011111010010010110100 | a2a13fe0afa4b4 |
UTF-8 | ◆룫牆ご | 111000101001011110000110111010111010001110101011111001111000100110000110111000111000000110010100 | e29786eba3abe78986e38194 |
UHC | ◆룫牆ご | 1010000111011111100011111010001011101101111011011010101010110100 | a1df8fa2ededaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)