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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 횓횋쨩짝 | 111011011001101010010011111011011001101010001011111011001010100010101001111011001010011110011101 | ed9a93ed9a8beca8a9eca79d |
UHC | 횓횋쨩짝 | 1100001110001110110000111000100111000010101110111100001010100110 | c38ec389c2bbc2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)