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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巐南ア麗囂 | 111110101011011010010011111011001011000110010111111011011001101010001111 | fab693ecb197ed9a8f |
EUC-JP | 巐南ア麗囂 | 1000111110111011111110011100011011101110100011101011000111001110111011111101001111101111 | 8fbbf9c6ee8eb1ceefd3ef |
UTF-8 | 巐南ア麗囂 | 111001011011011110010000111001011000110110010111111011111011110110110001111010011011101010010111111001011001101110000010 | e5b790e58d97efbdb1e9ba97e59b82 |
UHC | ?南?麗? | 00111111110100011111010100111111110101011111001000111111 | 3fd1f53fd5f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)