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蓁錬 | 1110010011101011100100101110011110011111101011010100011111100100111010111001100001000010 | e4eb92e79fad47e4eb9842 |
EUC-JP | 蓁堤洒G蓁錬 | 1110100011101101110001001110100111011110101011110100011111101000111011011100111110100011 | e8edc4e9deaf47e8edcfa3 |
UTF-8 | 蓁堤洒G蓁錬 | 11101000100100111000000111100101101000001010010011100110101101001001001001000111111010001001001110000001111010011000110010101100 | e89381e5a0a4e6b49247e89381e98cac |
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)