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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ンワミ | 1111011110100011111100011111110011110110111000101101110111011100111100001110001111010000 | f7a3f1fcf6e2dddcf0e3d0 |
EUC-JP | ???ンワ?ミ | 00111111001111110011111110001110110111011000111011011100001111111000111011010000 | 3f3f3f8edd8edc3f8ed0 |
UTF-8 | ンワミ | 111011101001011010000110111011101000010110110111111011101001010010001001111011111011111010011101111011111011111010011100111011101000001010100010111011111011111010010000 | ee9686ee85b7ee9489efbe9defbe9cee82a2efbe90 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)