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 | 灼雫写丈ム | 100011101101110010001110101101001000111011001010100011111110010011010001 | 8edc8eb48eca8fe4d1 |
EUC-JP | 灼雫写丈ム | 10111100110111101011110010110110101111001100110010111110111001101000111011010001 | bcdebcb6bcccbee68ed1 |
UTF-8 | 灼雫写丈ム | 111001111000000110111100111010011001101110101011111001011000011010011001111001001011100010001000111011111011111010010001 | e781bce99babe58699e4b888efbe91 |
UHC | 灼??丈? | 11101101110001110011111100111111111011011101101100111111 | edc73f3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)