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 | 冶??予 | 100101101110100000111111001111111001011101011100 | 96e83f3f975c |
EUC-JP | 冶??予 | 110011001110101000111111001111111100110110111101 | ccea3f3fcdbd |
UTF-8 | 冶먯쒼予 | 111001011000011010110110111010111010100010101111111011001001001010111100111001001011101010001000 | e586b6eba8afec92bce4ba88 |
UHC | 冶먯쒼予 | 1110010110100111100100001110110010111110101100001110010111111000 | e5a790ecbeb0e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)