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 | ?Z?[?? | 001111110101101000111111010110110011111100111111 | 3f5a3f5b3f3f |
SJIS-WIN | ?Z?[?? | 001111110101101000111111010110110011111100111111 | 3f5a3f5b3f3f |
EUC-JP | ?Z?[?? | 001111110101101000111111010110110011111100111111 | 3f5a3f5b3f3f |
UTF-8 | 혲Z혨[혵혟 | 1110110110011000101100100101101011101101100110001010100001011011111011011001100010110101111011011001100010011111 | ed98b25aed98a85bed98b5ed989f |
UHC | 혲Z혨[혵혟 | 11000010100110010101101011000010100100000101101111000010100111001100001010001001 | c2995ac2905bc29cc289 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)