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 | ????z | 0011111100111111001111110011111101111010 | 3f3f3f3f7a |
SJIS-WIN | 汀良汀糲z | 100100101111001110010111110001111001001011110011111000101111100001111010 | 92f397c792f3e2f87a |
EUC-JP | 汀良汀糲z | 110001001111010111001110110010011100010011110101111001001111101001111010 | c4f5cec9c4f5e4fa7a |
UTF-8 | 汀良汀糲z | 11100110101100011000000011101000100010011010111111100110101100011000000011100111101100111011001001111010 | e6b180e889afe6b180e7b3b27a |
UHC | 汀良汀?z | 1110111111100010110101011101111011101111111000100011111101111010 | efe2d5deefe23f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)