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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???肉η?? | 001111110011111100111111100100111111011110000011110001010011111100111111 | 3f3f3f93f783c53f3f |
EUC-JP | ???肉η?? | 001111110011111100111111110001101111100110100110110001110011111100111111 | 3f3f3fc6f9a6c73f3f |
UTF-8 | 捻뀁뼔肉η댚履 | 1110111110100110101001001110101110000000100000011110101110111100100101001110100010000010100010011100111010110111111010111000110010011010111011111010011110011111 | efa6a4eb8081ebbc94e88289ceb7eb8c9aefa79f |
UHC | 捻뀁뼔肉η댚履 | 1110011011110111101100101110110010010110100111001110101110111111101001011110011110001000101111101110110010101010 | e6f7b2ec969cebbfa5e788beecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)