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 | 闍廷「ゎ | 11101000100010111001001011101100101000101000001011101100 | e88b92eca282ec |
EUC-JP | 闍廷「ゎ | 1110111111101011110001001110111010001110101000101010010011101110 | efebc4ee8ea2a4ee |
UTF-8 | 闍廷「ゎ | 111010011001011110001101111001011011101110110111111011111011110110100010111000111000001010001110 | e9978de5bbb7efbda2e3828e |
UHC | ?廷?ゎ | 001111111110111111010101001111111010101011101110 | 3fefd53faaee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)