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 | 只冪??霆? | 100100011111110010011001011100000011111100111111111010001011101100111111 | 91fc99703f3fe8bb3f |
EUC-JP | 只冪??霆? | 110000101111111011010001110100010011111100111111111100001011110100111111 | c2fed1d13f3ff0bd3f |
UTF-8 | 只冪렰렒霆렪 | 111001011000111110101010111001011000011010101010111010111010000010110000111010111010000010010010111010011001110010000110111010111010000010101010 | e58faae586aaeba0b0eba092e99c86eba0aa |
UHC | 只冪렰렒霆렪 | 111100011111111011011000111100011000111010111101100011101010011111101111111111011000111010111000 | f1fed8f18ebd8ea7effd8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)