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 | ???z?v | 001111110011111100111111011110100011111101110110 | 3f3f3f7a3f76 |
SJIS-WIN | ???z?v | 001111110011111100111111011110100011111101110110 | 3f3f3f7a3f76 |
EUC-JP | ???z?v | 001111110011111100111111011110100011111101110110 | 3f3f3f7a3f76 |
UTF-8 | 횩횚혖z혰v | 1110110110011010101010011110110110011010100110101110110110011000100101100111101011101101100110001011000001110110 | ed9aa9ed9a9aed98967aed98b076 |
UHC | 횩횚혖z혰v | 11000011100111111100001110010100110000101000000101111010110000101001011101110110 | c39fc394c2817ac29776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)