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 | 灼雫写丈 | 1000111011011100100011101011010010001110110010101000111111100100 | 8edc8eb48eca8fe4 |
EUC-JP | 灼雫写丈 | 1011110011011110101111001011011010111100110011001011111011100110 | bcdebcb6bcccbee6 |
UTF-8 | 灼雫写丈 | 111001111000000110111100111010011001101110101011111001011000011010011001111001001011100010001000 | e781bce99babe58699e4b888 |
UHC | 灼??丈 | 111011011100011100111111001111111110110111011011 | edc73f3feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)