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 | 屆?ⅹ? | 100110111001110000111111111110100100100100111111 | 9b9c3ffa493f |
EUC-JP | 屆??? | 1101010111111100001111110011111100111111 | d5fc3f3f3f |
UTF-8 | 屆쥠ⅹ깹 | 111001011011000110000110111011001010010110100000111000101000010110111001111010101011100110111001 | e5b186eca5a0e285b9eab9b9 |
UHC | 屆쥠ⅹ깹 | 1100110011111010110000011110011110100101101010101011001010100001 | ccfac1e7a5aab2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)