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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 省シ省シ^ | 1000111111001000111110001011110010111100100011111100100011111000101111001011110001011110 | 8fc8f8bcbc8fc8f8bcbc5e |
EUC-JP | 省?シ省?シ^ | 1011111011001010001111111000111010111100101111101100101000111111100011101011110001011110 | beca3f8ebcbeca3f8ebc5e |
UTF-8 | 省シ省シ^ | 11100111100111001000000111101110100110011001101111101111101111011011110011100111100111001000000111101110100110011001101111101111101111011011110001011110 | e79c81ee999befbdbce79c81ee999befbdbc5e |
UHC | 省??省??^ | 111000001111110100111111001111111110000011111101001111110011111101011110 | e0fd3f3fe0fd3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)