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 | 餓ν?哀?? | 100010011110110010000011110010110011111110001000101000110011111100111111 | 89ec83cb3f88a33f3f |
EUC-JP | 餓ν?哀?? | 101100101110111010100110110011010011111110110000101001010011111100111111 | b2eea6cd3fb0a53f3f |
UTF-8 | 餓ν렓哀꾣쾮 | 1110100110100100100100111100111010111101111010111010000010010011111001011001001110000000111010101011111010100011111011001011111010101110 | e9a493cebdeba093e59380eabea3ecbeae |
UHC | 餓ν렓哀꾣쾮 | 111001001011101110100101111011011000111010101000111001001110111010000100111001101011001010000101 | e4bba5ed8ea8e4ee84e6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)