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 | äÀ¼¤ýÈ | 1000111111100100110000001011110010100100111111011000111011001000 | 8fe4c0bca4fd8ec8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?äÀ?¤ý?È | 001111111000111110101011101000111000111110101010101000100011111110001111101000101111000010001111101010111111001000111111100011111010101010110010 | 3f8faba38faaa23f8fa2f08fabf23f8faab2 |
UTF-8 | äÀ¼¤ýÈ | 11000010100011111100001110100100110000111000000011000010101111001100001010100100110000111011110111000010100011101100001110001000 | c28fc3a4c380c2bcc2a4c3bdc28ec388 |
UHC | ???¼¤??? | 00111111001111110011111110101000111110011010001010110100001111110011111100111111 | 3f3f3fa8f9a2b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)