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 | ???肉ε?? | 001111110011111100111111100100111111011110000011110000110011111100111111 | 3f3f3f93f783c33f3f |
EUC-JP | ???肉ε?? | 001111110011111100111111110001101111100110100110110001010011111100111111 | 3f3f3fc6f9a6c53f3f |
UTF-8 | 捻뀁뼔肉ε쑵麟 | 1110111110100110101001001110101110000000100000011110101110111100100101001110100010000010100010011100111010110101111011001001000110110101111011111010011110110011 | efa6a4eb8081ebbc94e88289ceb5ec91b5efa7b3 |
UHC | 捻뀁뼔肉ε쑵麟 | 1110011011110111101100101110110010010110100111001110101110111111101001011110010110111110101010101110110011101000 | e6f7b2ec969cebbfa5e5beaaece8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)