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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蘖??闇μ? | 100111110101000000111111001111111000100011000101100000111100101000111111 | 9f503f3f88c583ca3f |
EUC-JP | 蘖??闇μ? | 110111011011000100111111001111111011000011000111101001101100110000111111 | ddb13f3fb0c7a6cc3f |
UTF-8 | 蘖붹썫闇μ룚 | 1110100010011000100101101110101110110110101110011110110010001101101010111110100110010111100001111100111010111100111010111010001110011010 | e89896ebb6b9ec8dabe99787cebceba39a |
UHC | 蘖붹썫闇μ룚 | 111001011110111010010100111001101001101110011100111001001110000110100101111011001000111110010110 | e5ee94e69b9ce4e1a5ec8f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)