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 | @Nh@N | 100100100100000010010010010011100110100010010010010000001001001001001110 | 9240924e689240924e |
SJIS-WIN | ?@?Nh?@?N | 001111110100000000111111010011100110100000111111010000000011111101001110 | 3f403f4e683f403f4e |
EUC-JP | ?@?Nh?@?N | 001111110100000000111111010011100110100000111111010000000011111101001110 | 3f403f4e683f403f4e |
UTF-8 | @Nh@N | 11000010100100100100000011000010100100100100111001101000110000101001001001000000110000101001001001001110 | c29240c2924e68c29240c2924e |
UHC | ?@?Nh?@?N | 001111110100000000111111010011100110100000111111010000000011111101001110 | 3f403f4e683f403f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)