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 | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
SJIS-WIN | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
EUC-JP | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
UTF-8 | 적작I}적작I{^ | 1110110010100000100000011110110010011110100100010100100101111101111011001010000010000001111011001001111010010001010010010111101101011110 | eca081ec9e91497deca081ec9e91497b5e |
UHC | 적작I}적작I{^ | 11000000111110111100000011011011010010010111110111000000111110111100000011011011010010010111101101011110 | c0fbc0db497dc0fbc0db497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)