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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 縞?あ | 1000111011001000001111111000001010100000 | 8ec83f82a0 |
EUC-JP | 縞?あ | 1011110011001010001111111010010010100010 | bcca3fa4a2 |
UTF-8 | 縞덞あ | 111001111011100010011110111010111000110110011110111000111000000110000010 | e7b89eeb8d9ee38182 |
UHC | 縞덞あ | 111110111101011010110100111110111010101010100010 | fbd6b4fbaaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)