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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脩水巧 | 111000111111100110010000100001011000110101001001 | e3f990858d49 |
EUC-JP | 脩水巧 | 111001101111101110111111111001011011100110101010 | e6fbbfe5b9aa |
UTF-8 | 脩水巧 | 111010001000010010101001111001101011000010110100111001011011011110100111 | e884a9e6b0b4e5b7a7 |
UHC | 脩水巧 | 111000101011101111100010101010011100111011100101 | e2bbe2a9cee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)