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 | ???貢 | 0011111100111111001111111000110101110110 | 3f3f3f8d76 |
EUC-JP | ???貢 | 0011111100111111001111111011100111010111 | 3f3f3fb9d7 |
UTF-8 | 吳밧꽊貢 | 111001011001000010110011111010111011000010100111111010101011110110001010111010001011001010100010 | e590b3ebb0a7eabd8ae8b2a2 |
UHC | 吳밧꽊貢 | 1110011111101111101110011110010110000100100110101100110111111000 | e7efb9e5849acdf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)