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 | 遽∝現 | 111001111010111110000001111001011000110010111011 | e7af81e58cbb |
EUC-JP | 遽∝現 | 111011101011000110100010111001111011100010111101 | eeb1a2e7b8bd |
UTF-8 | 遽∝現 | 111010011000000110111101111000101000100010011101111001111000111110111110 | e981bde2889de78fbe |
UHC | 遽∝現 | 110010111110100010100001111100001111101011011110 | cbe8a1f0fade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)