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 | 雫剰ワ | 11110000110000001000111010110100100011111110100011011100 | f0c08eb48fe8dc |
EUC-JP | ?雫剰ワ | 00111111101111001011011010111110111010101000111011011100 | 3fbcb6beea8edc |
UTF-8 | 雫剰ワ | 111011101000000110111111111010011001101110101011111001011000100110110000111011111011111010011100 | ee81bfe99babe589b0efbe9c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)