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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | フケ萪゚ヘ鱆ャ | 110011001011100111100100110100101101111111001101111010011110000110101100 | ccb9e4d2dfcde9e1ac |
EUC-JP | フケ萪゚ヘ鱆ャ | 1000111011001100100011101011100111101000110101001000111011011111100011101100110111110010111000111000111010101100 | 8ecc8eb9e8d48edf8ecdf2e38eac |
UTF-8 | フケ萪゚ヘ鱆ャ | 111011111011111010001100111011111011110110111001111010001001000010101010111011111011111010011111111011111011111010001101111010011011000110000110111011111011110110101100 | efbe8cefbdb9e890aaefbe9fefbe8de9b186efbdac |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)