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?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
EUC-JP | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
UTF-8 | 혦챠혯G혰횠 | 11101101100110001010011011101100101100011010000011101101100110001010111101000111111011011001100010110000111011011001101010100000 | ed98a6ecb1a0ed98af47ed98b0ed9aa0 |
UHC | 혦챠혯G혰횠 | 1100001010001110110000111010110111000010100101100100011111000010100101111100001110011000 | c28ec3adc29647c297c398 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)