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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ⅰ雫鴿耳鵰゙ | 1111101001000000100011101011010011101001111110011000111010101000111111000100011111011110 | fa408eb4e9f98ea8fc47de |
EUC-JP | ?雫鴿耳鵰゙ | 001111111011110010110110111100101111101110111100101010101000111111101011111110111000111011011110 | 3fbcb6f2fbbcaa8febfb8ede |
UTF-8 | ⅰ雫鴿耳鵰゙ | 111000101000010110110000111010011001101110101011111010011011010010111111111010001000000010110011111010011011010110110000111011111011111010011110 | e285b0e99babe9b4bfe880b3e9b5b0efbe9e |
UHC | ⅰ??耳?? | 1010010110100001001111110011111111101100101111000011111100111111 | a5a13f3fecbc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)