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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 抑?] | 10010111011111010011111101011101 | 977d3f5d |
EUC-JP | 抑渲] | 110011011101111010001111110001111110110001011101 | cdde8fc7ec5d |
UTF-8 | 抑渲] | 11100110100010101001000111100110101110001011001001011101 | e68a91e6b8b25d |
UHC | 抑渲] | 1110010111100100111000001100001001011101 | e5e4e0c25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)