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 | 娼チ宵 | 10001111101010011100000110001111101010101111001001000010 | 8fa9c18faaf242 |
EUC-JP | 娼チ宵? | 10111110101010111000111011000001101111101010110000111111 | beab8ec1beac3f |
UTF-8 | 娼チ宵 | 111001011010100010111100111011111011111010000001111001011010111010110101111011101000010110111010 | e5a8bcefbe81e5aeb5ee85ba |
UHC | 娼?宵? | 111100111101111000111111111000011011001000111111 | f3de3fe1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)