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 | 篠鉦オ鴫シ | 11110000110000101000111011000010100011111101111010110101100011101011000010111100 | f0c28ec28fdeb58eb0bc |
EUC-JP | ?篠鉦オ鴫シ | 0011111110111100110001001011111011100000100011101011010110111100101100101000111010111100 | 3fbcc4bee08eb5bcb28ebc |
UTF-8 | 篠鉦オ鴫シ | 111011101000001010000001111001111010111110100000111010011000100110100110111011111011110110110101111010011011010010101011111011111011110110111100 | ee8281e7afa0e989a6efbdb5e9b4abefbdbc |
UHC | ?篠鉦??? | 0011111111100001110001101110111111111010001111110011111100111111 | 3fe1c6effa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)