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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐南ア麗囂巐 | 1111101010110110100100111110110010110001100101111110110110011010100011111111101010110110 | fab693ecb197ed9a8ffab6 |
EUC-JP | 巐南ア麗囂巐 | 1000111110111011111110011100011011101110100011101011000111001110111011111101001111101111100011111011101111111001 | 8fbbf9c6ee8eb1ceefd3ef8fbbf9 |
UTF-8 | 巐南ア麗囂巐 | 111001011011011110010000111001011000110110010111111011111011110110110001111010011011101010010111111001011001101110000010111001011011011110010000 | e5b790e58d97efbdb1e9ba97e59b82e5b790 |
UHC | ?南?麗?? | 0011111111010001111101010011111111010101111100100011111100111111 | 3fd1f53fd5f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)