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 | 梓?砥?? | 10001000101100100011111110010011011101010011111100111111 | 88b23f93753f3f |
EUC-JP | 梓?砥?? | 10110000101101000011111111000101110101100011111100111111 | b0b43fc5d63f3f |
UTF-8 | 梓렟砥뀜렰 | 111001101010001010010011111010111010000010011111111001111010000010100101111010111000000010011100111010111010000010110000 | e6a293eba09fe7a0a5eb809ceba0b0 |
UHC | 梓렟砥뀜렰 | 11101110101010011000111010110000111100101011001010110010111100011000111010111101 | eea98eb0f2b2b2f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)