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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 癌??影??G | 100010101110000000111111001111111000100101100101001111110011111101000111 | 8ae03f3f89653f3f47 |
EUC-JP | 癌??影??G | 101101001110001000111111001111111011000111000110001111110011111101000111 | b4e23f3fb1c63f3f47 |
UTF-8 | 癌꿨폀影졾뤀G | 11100111100110011000110011101010101111111010100011101101100011111000000011100101101111011011000111101100101000011011111011101011101001001000000001000111 | e7998ceabfa8ed8f80e5bdb1eca1beeba48047 |
UHC | 癌꿨폀影졾뤀G | 11100100110111111011001011100101101111001000111111100111101011111010000011100101100011111011000101000111 | e4dfb2e5bc8fe7afa0e58fb147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)