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 | 薪??弱 | 100100000110010000111111001111111000111011100011 | 90643f3f8ee3 |
EUC-JP | 薪??弱 | 101111111100010100111111001111111011110011100101 | bfc53f3fbce5 |
UTF-8 | 薪딃궢弱 | 111010001001011010101010111010111001010010000011111010101011011010100010111001011011110010110001 | e896aaeb9483eab6a2e5bcb1 |
UHC | 薪딃궢弱 | 1110001111101111100010101110100110000010101101011110010110110000 | e3ef8ae982b5e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)