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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佃?爰?? | 10010010110011110011111111100000101001110011111100111111 | 92cf3fe0a73f3f |
EUC-JP | 佃?爰?? | 11000100110100010011111111100000101010010011111100111111 | c4d13fe0a93f3f |
UTF-8 | 佃렫爰띈렮 | 111001001011110110000011111010111010000010101011111001111000100010110000111010111001110110001000111010111010000010101110 | e4bd83eba0abe788b0eb9d88eba0ae |
UHC | 佃렫爰띈렮 | 11101110111011001000111010111001111010101011101010110110111010001000111010111011 | eeec8eb9eabab6e88ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)