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 | ?A???Nh | 00111111010000010011111100111111001111110100111001101000 | 3f413f3f3f4e68 |
SJIS-WIN | ?A???Nh | 00111111010000010011111100111111001111110100111001101000 | 3f413f3f3f4e68 |
EUC-JP | ?A???Nh | 00111111010000010011111100111111001111110100111001101000 | 3f413f3f3f4e68 |
UTF-8 | 혲A혷쨋혩Nh | 111011011001100010110010010000011110110110011000101101111110110010101000100010111110110110011000101010010100111001101000 | ed98b241ed98b7eca88bed98a94e68 |
UHC | 혲A혷쨋혩Nh | 1100001010011001010000011100001010011110110000101011011011000010100100010100111001101000 | c29941c29ec2b6c2914e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)