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 | ?迦?? | 0011111110001001110111100011111100111111 | 3f89de3f3f |
EUC-JP | ?迦?? | 0011111110110010111000000011111100111111 | 3fb2e03f3f |
UTF-8 | 뤚迦⅝펭 | 111010111010010010011010111010001011111110100110111000101000010110011101111011011000111010101101 | eba49ae8bfa6e2859ded8ead |
UHC | 뤚迦⅝펭 | 1000111111001001110010101011110010101000111111011100011011101011 | 8fc9cabca8fdc6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)