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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | 濩?????? | 100011111100100110100100001111110011111100111111001111110011111100111111 | 8fc9a43f3f3f3f3f3f |
UTF-8 | 濩모ㅋ뤗횓비怜 | 111001101011111110101001111010111010101010101000111000111000010110001011111010111010010010010111111011011001101010010011111010111011100110000100111011111010011010101100 | e6bfa9ebaaa8e3858beba497ed9a93ebb984efa6ac |
UHC | 濩모ㅋ뤗횓비怜 | 1111101111001101101110001111000010100100101110111000111111000111110000111000111010111010111100011110011110110000 | fbcdb8f0a4bb8fc7c38ebaf1e7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)