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 | 疾裘エス | 11110000111101101000111010111110111001011110001010110100111100011000111010111101 | f0f68ebee5e2b4f18ebd |
EUC-JP | ?疾裘エ?ス | 00111111101111001100000011101010111001001000111010110100001111111000111010111101 | 3fbcc0eae48eb43f8ebd |
UTF-8 | 疾裘エス | 111011101000001010110101111001111001011010111110111010001010001110011000111011111011110110110100111011101000010010001001111011111011110110111101 | ee82b5e796bee8a398efbdb4ee8489efbdbd |
UHC | ?疾???? | 00111111111100101111000000111111001111110011111100111111 | 3ff2f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)