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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 甚甚[甚甚[^ | 1001000001110010100100000111001001011011100100000111001010010000011100100101101101011110 | 907290725b907290725b5e |
EUC-JP | 甚甚[甚甚[^ | 1011111111010011101111111101001101011011101111111101001110111111110100110101101101011110 | bfd3bfd35bbfd3bfd35b5e |
UTF-8 | 甚甚[甚甚[^ | 111001111001010010011010111001111001010010011010010110111110011110010100100110101110011110010100100110100101101101011110 | e7949ae7949a5be7949ae7949a5b5e |
UHC | 甚甚[甚甚[^ | 1110010010100100111001001010010001011011111001001010010011100100101001000101101101011110 | e4a4e4a45be4a4e4a45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)