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 | 芸???將? | 1000110001111100001111110011111100111111100110111001001000111111 | 8c7c3f3f3f9b923f |
EUC-JP | 芸?勖?將? | 10110111110111010011111110001111101100111110110100111111110101011111001000111111 | b7dd3f8fb3ed3fd5f23f |
UTF-8 | 芸렑勖렢將렚 | 111010001000101010111000111010111010000010010001111001011000101110010110111010111010000010100010111001011011000010000111111010111010000010011010 | e88ab8eba091e58b96eba0a2e5b087eba09a |
UHC | 芸렑勖렢將렚 | 111010011111110110001110101001101110100111101101100011101011001111101101111000101000111010101101 | e9fd8ea6e9ed8eb3ede28ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)