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 | ??ザ節 | 001111110011111110000011010101011001000011011111 | 3f3f835590df |
EUC-JP | ??ザ節 | 001111110011111110100101101101101100000011100001 | 3f3fa5b6c0e1 |
UTF-8 | 廉뉓ザ節 | 111011111010011010100010111010111000100110010011111000111000001010110110111001111010111110000000 | efa6a2eb8993e382b6e7af80 |
UHC | 廉뉓ザ節 | 1110011011110101100001111110100010101011101101101110111110111101 | e6f587e8abb6efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)