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 | 11100110101010001001111111101011100011111001010001101011 | e6a89feb8f946b |
EUC-JP | 讓滔諸k | 11101100101010101101111011101101101111011111010001101011 | ecaadeedbdf46b |
UTF-8 | 讓滔諸k | 11101000101011101001001111100110101110111001010011101000101010111011100001101011 | e8ae93e6bb94e8abb86b |
UHC | 讓滔諸k | 11100101110100111101010010100101111100001011001101101011 | e5d3d4a5f0b36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)