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 | Óú}Óú{^ | 110100111111101010001011011111011101001111111010100010110111101101011110 | d3fa8b7dd3fa8b7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | Óú?}Óú?{^ | 1000111110101010110100011000111110101011111000100011111101111101100011111010101011010001100011111010101111100010001111110111101101011110 | 8faad18fabe23f7d8faad18fabe23f7b5e |
UTF-8 | Óú}Óú{^ | 110000111001001111000011101110101100001010001011011111011100001110010011110000111011101011000010100010110111101101011110 | c393c3bac28b7dc393c3bac28b7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)