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 | 雫ニス | 11110010101010001000111010110100111100001011011011000110111100011000111010111101 | f2a88eb4f0b6c6f18ebd |
EUC-JP | ?雫?ニ?ス | 001111111011110010110110001111111000111011000110001111111000111010111101 | 3fbcb63f8ec63f8ebd |
UTF-8 | 雫ニス | 111011101000011110011111111010011001101110101011111011101000000110110101111011111011111010000110111011101000010010001001111011111011110110111101 | ee879fe99babee81b5efbe86ee8489efbdbd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)