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 | 節∽?弱 | 10010000110111111000000111100100001111111000111011100011 | 90df81e43f8ee3 |
EUC-JP | 節∽?弱 | 11000000111000011010001011100110001111111011110011100101 | c0e1a2e63fbce5 |
UTF-8 | 節∽쉴弱 | 111001111010111110000000111000101000100010111101111011001000100110110100111001011011110010110001 | e7af80e288bdec89b4e5bcb1 |
UHC | 節∽쉴弱 | 1110111110111101101000011110111110111101101011111110010110110000 | efbda1efbdafe5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)