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 | ???彫? | 001111110011111100111111100100101010010000111111 | 3f3f3f92a43f |
EUC-JP | 勖??彫? | 1000111110110011111011010011111100111111110001001010011000111111 | 8fb3ed3f3fc4a63f |
UTF-8 | 勖쿡㎬彫렚 | 111001011000101110010110111011001011111110100001111000111000111010101100111001011011110110101011111010111010000010011010 | e58b96ecbfa1e38eace5bdabeba09a |
UHC | 勖쿡㎬彫렚 | 11101001111011011100010011101110101001111110100011110000110000011000111010101101 | e9edc4eea7e8f0c18ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)