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 | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
SJIS-WIN | ?普???O | 00111111100101011000000100111111001111110011111101001111 | 3f95813f3f3f4f |
EUC-JP | ?普???O | 00111111110010011110000100111111001111110011111101001111 | 3fc9e13f3f3f4f |
UTF-8 | 렺普렒렻렕O | 11101011101000001011101011100110100110011010111011101011101000001001001011101011101000001011101111101011101000001001010101001111 | eba0bae699aeeba092eba0bbeba0954f |
UHC | 렺普렒렻렕O | 1000111011000010110111001100010110001110101001111000111011000011100011101010101001001111 | 8ec2dcc58ea78ec38eaa4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)