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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | フ鬢逾ェ | 110011001110100110100100111001111010010110101010 | cce9a4e7a5aa |
EUC-JP | フ鬢逾ェ | 1000111011001100111100101010011011101110101001111000111010101010 | 8eccf2a6eea78eaa |
UTF-8 | フ鬢逾ェ | 111011111011111010001100111010011010110010100010111010011000000010111110111011111011110110101010 | efbe8ce9aca2e980beefbdaa |
UHC | ??逾? | 0011111100111111111010111011010100111111 | 3f3febb53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)