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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 樟?U}樟?U{^ | 1000111110111110001111110101010101111101100011111011111000111111010101010111101101011110 | 8fbe3f557d8fbe3f557b5e |
EUC-JP | 樟?U}樟?U{^ | 1011111011000000001111110101010101111101101111101100000000111111010101010111101101011110 | bec03f557dbec03f557b5e |
UTF-8 | 樟렱U}樟렱U{^ | 1110011010101000100111111110101110100000101100010101010101111101111001101010100010011111111010111010000010110001010101010111101101011110 | e6a89feba0b1557de6a89feba0b1557b5e |
UHC | 樟렱U}樟렱U{^ | 11101101111010011000111010111110010101010111110111101101111010011000111010111110010101010111101101011110 | ede98ebe557dede98ebe557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)