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 | 鮟懆キォ趾 | 1110100110111011100111001110100010110111101010111110011011100100 | e9bb9ce8b7abe6e4 |
EUC-JP | 鮟懆キォ趾 | 11110010101111011101100011101010100011101011011110001110101010111110110011100110 | f2bdd8ea8eb78eabece6 |
UTF-8 | 鮟懆キォ趾 | 111010011010111010011111111001101000011110000110111011111011110110110111111011111011110110101011111010001011011010111110 | e9ae9fe68786efbdb7efbdabe8b6be |
UHC | 鮟???趾 | 11100100110101010011111100111111001111111111001010111111 | e4d53f3f3ff2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)