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 | 野????游 | 1001011011101100001111110011111100111111001111111001111111100000 | 96ec3f3f3f3f9fe0 |
EUC-JP | 野????游 | 1100110011101110001111110011111100111111001111111101111011100010 | ccee3f3f3f3fdee2 |
UTF-8 | 野ㅞ뼜믣뵱游 | 111010011000011110001110111000111000010110011110111010111011110010011100111010111010111110100011111010111011010110110001111001101011100010111000 | e9878ee3859eebbc9cebafa3ebb5b1e6b8b8 |
UHC | 野ㅞ뼜믣뵱游 | 111001011010111110100100110011101011101111000101100100101110010110010100101011111110101011111101 | e5afa4cebbc592e594afeafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)