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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹?‥源 | 11100011100010000011111110000001011001001000110010111001 | e3883f81648cb9 |
EUC-JP | 繹?‥源 | 11100101111010000011111110100001110001011011100010111011 | e5e83fa1c5b8bb |
UTF-8 | 繹먮‥源 | 111001111011100110111001111010111010100010101110111000101000000010100101111001101011101010010000 | e7b9b9eba8aee280a5e6ba90 |
UHC | 繹먮‥源 | 1110011010111010100100001110101110100001101001011110101010111001 | e6ba90eba1a5eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)