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 | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | 蜊堤洒G蜊錬 | 1110010110001101100100101110011110011111101011010100011111100101100011011001100001000010 | e58d92e79fad47e58d9842 |
EUC-JP | 蜊堤洒G蜊錬 | 1110100111101101110001001110100111011110101011110100011111101001111011011100111110100011 | e9edc4e9deaf47e9edcfa3 |
UTF-8 | 蜊堤洒G蜊錬 | 11101000100111001000101011100101101000001010010011100110101101001001001001000111111010001001110010001010111010011000110010101100 | e89c8ae5a0a4e6b49247e89c8ae98cac |
UHC | ?堤?G?? | 00111111111100001010011100111111010001110011111100111111 | 3ff0a73f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)