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 | 屋N?? | 100010011010111010000010011011010011111100111111 | 89ae826d3f3f |
EUC-JP | 屋N?? | 101100101011000010100011110011100011111100111111 | b2b0a3ce3f3f |
UTF-8 | 屋N띠턃 | 111001011011000110001011111011111011110010101110111010111001110110100000111011011000010010000011 | e5b18befbcaeeb9da0ed8483 |
UHC | 屋N띠턃 | 1110100010101001101000111100111010110110111011001011010110011111 | e8a9a3ceb6ecb59f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)