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 | 0011111100111111001111110011111101111010 | 3f3f3f3f7a |
SJIS-WIN | ??民?z | 001111110011111110010110101011110011111101111010 | 3f3f96af3f7a |
EUC-JP | ??民?z | 001111110011111111001100101100010011111101111010 | 3f3fccb13f7a |
UTF-8 | 씽뫄民뫄z | 11101100100101001011110111101011101010111000010011100110101100001001000111101011101010111000010001111010 | ec94bdebab84e6b091ebab847a |
UHC | 씽뫄民뫄z | 101111101100010110111000111110101101101011000101101110001111101001111010 | bec5b8fadac5b8fa7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)