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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 譽哦閼ア~ | 1110011010100011100110100100011111101000100001001011000101111110 | e6a39a47e884b17e |
EUC-JP | 譽哦閼ア~ | 111011001010010111010011101010001110111111100100100011101011000101111110 | eca5d3a8efe48eb17e |
UTF-8 | 譽哦閼ア~ | 11101000101011011011110111100101100100111010011011101001100101101011110011101111101111011011000101111110 | e8adbde593a6e996bcefbdb17e |
UHC | 譽?閼?~ | 11100111111000100011111111100100110110010011111101111110 | e7e23fe4d93f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)