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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灼尺茗 | 1000111011011100100011101101101011100100101010101111000011000101 | 8edc8edae4aaf0c5 |
EUC-JP | 灼尺茗? | 10111100110111101011110011011100111010001010110000111111 | bcdebcdce8ac3f |
UTF-8 | 灼尺茗 | 111001111000000110111100111001011011000010111010111010001000110010010111111011101000001010000100 | e781bce5b0bae88c97ee8284 |
UHC | 灼尺茗? | 11101101110001111111010010101001110110011010101100111111 | edc7f4a9d9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)