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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 張??場 | 100100101010001100111111001111111000111111101010 | 92a33f3f8fea |
EUC-JP | 張??場 | 110001001010010100111111001111111011111011101100 | c4a53f3fbeec |
UTF-8 | 張멩툒場 | 111001011011110010110101111010111010100110101001111011011000100010010010111001011010000010110100 | e5bcb5eba9a9ed8892e5a0b4 |
UHC | 張멩툒場 | 1110110111100101101110001110011010111000100010011110110111011110 | ede5b8e6b889edde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)