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 | 霳豢リ。蒄ャ | 111110111110110111100110101101001101100010100001111001001101010110101100 | fbede6b4d8a1e4d5ac |
EUC-JP | 霳豢リ。蒄ャ | 10001111111001111010110011101100101101101000111011011000100011101010000111101000110101111000111010101100 | 8fe7acecb68ed88ea1e8d78eac |
UTF-8 | 霳豢リ。蒄ャ | 111010011001110010110011111010001011000110100010111011111011111010011000111011111011110110100001111010001001001010000100111011111011110110101100 | e99cb3e8b1a2efbe98efbda1e89284efbdac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)