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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 亦??揖?] | 1001011010010010001111110011111110010111010010110011111101011101 | 96923f3f974b3f5d |
EUC-JP | 亦??揖?] | 1100101111110010001111110011111111001101101011000011111101011101 | cbf23f3fcdac3f5d |
UTF-8 | 亦껊뙋揖퍺] | 11100100101110101010011011101010101110111000101011101011100110011000101111100110100011111001011011101101100011011011101001011101 | e4baa6eabb8aeb998be68f96ed8dba5d |
UHC | 亦껊뙋揖퍺] | 1110011010110010100000111110101110001100100100001110101111100111101111000101000101011101 | e6b283eb8c90ebe7bc515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)