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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嘲孟??助? | 100110100111110110010110110100000011111100111111100011111001010100111111 | 9a7d96d03f3f8f953f |
EUC-JP | 嘲孟??助? | 110100111101111011001100110100100011111100111111101111011111010100111111 | d3deccd23f3fbdf53f |
UTF-8 | 嘲孟렟렫助렞 | 111001011001100010110010111001011010110110011111111010111010000010011111111010111010000010101011111001011000101010101001111010111010000010011110 | e598b2e5ad9feba09feba0abe58aa9eba09e |
UHC | 嘲孟렟렫助렞 | 111100001011111111011000111010111000111010110000100011101011100111110000101111101000111010101111 | f0bfd8eb8eb08eb9f0be8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)