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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犱失醤モ | 11111011010110111000111010111000100011111101110111010011 | fb5b8eb88fddd3 |
EUC-JP | 犱失醤モ | 100011111100101011101111101111001011101010111110110111111000111011010011 | 8fcaefbcbabedf8ed3 |
UTF-8 | 犱失醤モ | 111001111000101010110001111001011010010010110001111010011000011010100100111011111011111010010011 | e78ab1e5a4b1e986a4efbe93 |
UHC | ?失?? | 0011111111100011111101110011111100111111 | 3fe3f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)