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 | 齋?????? | 1110001001010110001111110011111100111111001111110011111100111111 | e2563f3f3f3f3f3f |
EUC-JP | 齋?????? | 1110001110110111001111110011111100111111001111110011111100111111 | e3b73f3f3f3f3f3f |
UTF-8 | 齋모ㅋ뤗횓비怜 | 111010011011110110001011111010111010101010101000111000111000010110001011111010111010010010010111111011011001101010010011111010111011100110000100111011111010011010101100 | e9bd8bebaaa8e3858beba497ed9a93ebb984efa6ac |
UHC | 齋모ㅋ뤗횓비怜 | 1110111010110001101110001111000010100100101110111000111111000111110000111000111010111010111100011110011110110000 | eeb1b8f0a4bb8fc7c38ebaf1e7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)