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 | ?∽? | 00111111100000011110010000111111 | 3f81e43f |
EUC-JP | ?∽? | 00111111101000101110011000111111 | 3fa2e63f |
UTF-8 | 媤∽쮸 | 111001011010101010100100111000101000100010111101111011001010111010111000 | e5aaa4e288bdecaeb8 |
UHC | 媤∽쮸 | 111000111011100010100001111011111100001011101001 | e3b8a1efc2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)