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???m?z | 0011111101111010001111110011111100111111011011010011111101111010 | 3f7a3f3f3f6d3f7a |
SJIS-WIN | ?z???m?z | 0011111101111010001111110011111100111111011011010011111101111010 | 3f7a3f3f3f6d3f7a |
EUC-JP | ?z???m?z | 0011111101111010001111110011111100111111011011010011111101111010 | 3f7a3f3f3f6d3f7a |
UTF-8 | 혧z혟혣혵m혧z | 111011011001100010100111011110101110110110011000100111111110110110011000101000111110110110011000101101010110110111101101100110001010011101111010 | ed98a77aed989fed98a3ed98b56ded98a77a |
UHC | 혧z혟혣혵m혧z | 11000010100011110111101011000010100010011100001010001100110000101001110001101101110000101000111101111010 | c28f7ac289c28cc29c6dc28f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)