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 | 伊屯?瀞 | 10001000110010011001001111010100001111111001001111010010 | 88c993d43f93d2 |
EUC-JP | 伊屯?瀞 | 10110000110010111100011011010110001111111100011011010100 | b0cbc6d63fc6d4 |
UTF-8 | 伊屯횅瀞 | 111001001011110010001010111001011011000110101111111011011001101010000101111001111000000010011110 | e4bc8ae5b1afed9a85e7809e |
UHC | 伊屯횅瀞 | 1110110010100101110101001110101011001000101101111110111111100111 | eca5d4eac8b7efe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)