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 | 爨シ竈爨シ窖^ | 1110000010100100101111001110001001111101111000001010010010111100111000100111101101011110 | e0a4bce27de0a4bce27b5e |
EUC-JP | 爨シ竈爨シ窖^ | 11100000101001101000111010111100111000111101111011100000101001101000111010111100111000111101110001011110 | e0a68ebce3dee0a68ebce3dc5e |
UTF-8 | 爨シ竈爨シ窖^ | 11100111100010001010100011101111101111011011110011100111101010111000100011100111100010001010100011101111101111011011110011100111101010101001011001011110 | e788a8efbdbce7ab88e788a8efbdbce7aa965e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)