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 | 庄??伎? | 10001111101011110011111100111111100010101110101000111111 | 8faf3f3f8aea3f |
EUC-JP | 庄??伎? | 10111110101100010011111100111111101101001110110000111111 | beb13f3fb4ec3f |
UTF-8 | 庄얘렚伎렠 | 111001011011101010000100111011001001011010011000111010111010000010011010111001001011110010001110111010111010000010100000 | e5ba84ec9698eba09ae4bc8eeba0a0 |
UHC | 庄얘렚伎렠 | 11101101111001001011111011101010100011101010110111010000111010111000111010110001 | ede4beea8eadd0eb8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)