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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 梓?肢 | 1000100010110010001111111000111010001000 | 88b23f8e88 |
EUC-JP | 梓?肢 | 1011000010110100001111111011101111101000 | b0b43fbbe8 |
UTF-8 | 梓렟肢 | 111001101010001010010011111010111010000010011111111010001000001010100010 | e6a293eba09fe882a2 |
UHC | 梓렟肢 | 111011101010100110001110101100001111001010110110 | eea98eb0f2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)