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 | ナュ゚簧フ | 110001011010110111011111111000101100111011001100 | c5addfe2cecc |
EUC-JP | ナュ゚簧フ | 10001110110001011000111010101101100011101101111111100100110100001000111011001100 | 8ec58ead8edfe4d08ecc |
UTF-8 | ナュ゚簧フ | 111011111011111010000101111011111011110110101101111011111011111010011111111001111011000010100111111011111011111010001100 | efbe85efbdadefbe9fe7b0a7efbe8c |
UHC | ???簧? | 001111110011111100111111111111001101011100111111 | 3f3f3ffcd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)