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 | 率??嵬?? | 1001011110100110001111110011111110011011110010100011111100111111 | 97a63f3f9bca3f3f |
EUC-JP | 率??嵬?? | 1100111010101000001111110011111111010110110011000011111100111111 | cea83f3fd6cc3f3f |
UTF-8 | 率깍푺嵬꿱몾 | 111001111000111010000111111010101011100110001101111011011001000110111010111001011011010110101100111010101011111110110001111010111010101010111110 | e78e87eab98ded91bae5b5aceabfb1ebaabe |
UHC | 率깍푺嵬꿱몾 | 111000011110001110110001111011111011111010000110111010001110001110110010111010001001000110100010 | e1e3b1efbe86e8e3b2e891a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)