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