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????B | 00111111011110100011111100111111001111110011111101000010 | 3f7a3f3f3f3f42 |
SJIS-WIN | ?z????B | 00111111011110100011111100111111001111110011111101000010 | 3f7a3f3f3f3f42 |
EUC-JP | ?z????B | 00111111011110100011111100111111001111110011111101000010 | 3f7a3f3f3f3f42 |
UTF-8 | 혧z혟혣혟혣B | 1110110110011000101001110111101011101101100110001001111111101101100110001010001111101101100110001001111111101101100110001010001101000010 | ed98a77aed989fed98a3ed989fed98a342 |
UHC | 혧z혟혣혟혣B | 110000101000111101111010110000101000100111000010100011001100001010001001110000101000110001000010 | c28f7ac289c28cc289c28c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)