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 | 莊?才??? | 1110010010110101001111111000110111001011001111110011111100111111 | e4b53f8dcb3f3f3f |
EUC-JP | 莊?才?釪? | 11101000101101110011111110111010110011010011111110001111111000111010110100111111 | e8b73fbacd3f8fe3ad3f |
UTF-8 | 莊렱才렱釪렟 | 111010001000111010001010111010111010000010110001111001101000100110001101111010111010000010110001111010011000011110101010111010111010000010011111 | e88e8aeba0b1e6898deba0b1e987aaeba09f |
UHC | 莊렱才렱釪렟 | 111011011111011010001110101111101110111010100110100011101011111011101001111010011000111010110000 | edf68ebeeea68ebee9e98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)