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 | 十??鉛? | 10001111010111000011111100111111100010011001010000111111 | 8f5c3f3f89943f |
EUC-JP | 十??鉛? | 10111101101111010011111100111111101100011111010000111111 | bdbd3f3fb1f43f |
UTF-8 | 十귟둞鉛됲 | 111001011000110110000001111010101011011110011111111010111001000110011110111010011000100110011011111010111001000010110010 | e58d81eab79feb919ee9899beb90b2 |
UHC | 十귟둞鉛됲 | 11100100101010001000001011101000100010100101011011100110111001111000100111101101 | e4a882e88a56e6e789ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)