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 | 11000010100100010100111001101000110000101001000101001110 | c2914e68c2914e |
SJIS-WIN | ??Nh??N | 00111111001111110100111001101000001111110011111101001110 | 3f3f4e683f3f4e |
EUC-JP | Â?NhÂ?N | 1000111110101010101001000011111101001110011010001000111110101010101001000011111101001110 | 8faaa43f4e688faaa43f4e |
UTF-8 | ÂNhÂN | 1100001110000010110000101001000101001110011010001100001110000010110000101001000101001110 | c382c2914e68c382c2914e |
UHC | ??Nh??N | 00111111001111110100111001101000001111110011111101001110 | 3f3f4e683f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)