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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雫鴿耳詹 | 11111000111111001000111010110100111010011111100110001110101010001111101110100101 | f8fc8eb4e9f98ea8fba5 |
EUC-JP | ?雫鴿耳詹 | 00111111101111001011011011110010111110111011110010101010100011111101110111101010 | 3fbcb6f2fbbcaa8fddea |
UTF-8 | 雫鴿耳詹 | 111011101001101010011011111010011001101110101011111010011011010010111111111010001000000010110011111010001010100110111001 | ee9a9be99babe9b4bfe880b3e8a9b9 |
UHC | ???耳詹 | 00111111001111110011111111101100101111001111010011011010 | 3f3f3fecbcf4da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)