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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜊引匏寀ォ | 111001011000110110001000111110001001100110110101111110101010011110101011 | e58d88f899b5faa7ab |
EUC-JP | 蜊引匏寀ォ | 1110100111101101101100001111101011010010101101111000111110111010110110111000111010101011 | e9edb0fad2b78fbadb8eab |
UTF-8 | 蜊引匏寀ォ | 111010001001110010001010111001011011110010010101111001011000110010001111111001011010111110000000111011111011110110101011 | e89c8ae5bc95e58c8fe5af80efbdab |
UHC | ?引匏寀? | 0011111111101100110110101111100011010010111100111111001000111111 | 3fecdaf8d2f3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)