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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 甚甚}甚甚{^ | 1001000001110010100100000111001001111101100100000111001010010000011100100111101101011110 | 907290727d907290727b5e |
EUC-JP | 甚甚}甚甚{^ | 1011111111010011101111111101001101111101101111111101001110111111110100110111101101011110 | bfd3bfd37dbfd3bfd37b5e |
UTF-8 | 甚甚}甚甚{^ | 111001111001010010011010111001111001010010011010011111011110011110010100100110101110011110010100100110100111101101011110 | e7949ae7949a7de7949ae7949a7b5e |
UHC | 甚甚}甚甚{^ | 1110010010100100111001001010010001111101111001001010010011100100101001000111101101011110 | e4a4e4a47de4a4e4a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)