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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 衣??第? | 10001000110111110011111100111111100100011110011000111111 | 88df3f3f91e63f |
EUC-JP | 衣??第? | 10110000111000010011111100111111110000101110100000111111 | b0e13f3fc2e83f |
UTF-8 | 衣펫윙第렠 | 111010001010000110100011111011011000111010101011111011001001110010011001111001111010110010101100111010111010000010100000 | e8a1a3ed8eabec9c99e7acaceba0a0 |
UHC | 衣펫윙第렠 | 11101011111111011100011011101010110000001010111011110000101011111000111010110001 | ebfdc6eac0aef0af8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)