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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 肅御掘k | 11100011111001111000110011100100100011000100000001101011 | e3e78ce48c406b |
EUC-JP | 肅御掘k | 11100110111010011011100011100110101101111010000101101011 | e6e9b8e6b7a16b |
UTF-8 | 肅御掘k | 11101000100000101000010111100101101111101010000111100110100011101001100001101011 | e88285e5bea1e68e986b |
UHC | 肅御掘k | 11100010110111001110010111011001110011111101111001101011 | e2dce5d9cfde6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)