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 | 逶夜浚逍シ | 111001111001101110010110111010011001111110110010111001111001011010111100 | e79b96e99fb2e796bc |
EUC-JP | 逶夜浚逍シ | 11101101111110111100110011101011110111101011010011101101111101101000111010111100 | edfbccebdeb4edf68ebc |
UTF-8 | 逶夜浚逍シ | 111010011000000010110110111001011010010010011100111001101011010110011010111010011000000010001101111011111011110110111100 | e980b6e5a49ce6b59ae9808defbdbc |
UHC | ?夜浚逍? | 0011111111100101101010001111000111011101111000011100111000111111 | 3fe5a8f1dde1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)