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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褌醐攪嵭 | 1110010111101100100011001110110110011101100110001111101010110011 | e5ec8ced9d98fab3 |
EUC-JP | 褌醐攪嵭 | 111010101110111010111000111011111101100111111000100011111011101111011110 | eaeeb8efd9f88fbbde |
UTF-8 | 褌醐攪嵭 | 111010001010010010001100111010011000011010010000111001101001010010101010111001011011010110101101 | e8a48ce98690e694aae5b5ad |
UHC | ??攪? | 0011111100111111110011101110011000111111 | 3f3fcee63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)