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 | 苜∽▼癜 | 1110010010011100100000011110010010000001101001011110000110010101 | e49c81e481a5e195 |
EUC-JP | 苜∽▼癜 | 1110011111111100101000101110011010100010101001111110000111110101 | e7fca2e6a2a7e1f5 |
UTF-8 | 苜∽▼癜 | 111010001000101110011100111000101000100010111101111000101001011010111100111001111001100110011100 | e88b9ce288bde296bce7999c |
UHC | ?∽▼? | 001111111010000111101111101000011110010100111111 | 3fa1efa1e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)