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 | 借者昌ッ | 10001110110110001000111011010010100011111011100110101111 | 8ed88ed28fb9af |
EUC-JP | 借者昌ッ | 1011110011011010101111001101010010111110101110111000111010101111 | bcdabcd4bebb8eaf |
UTF-8 | 借者昌ッ | 111001011000000010011111111010001000000010000101111001101001100010001100111011111011110110101111 | e5809fe88085e6988cefbdaf |
UHC | 借者昌? | 11110011101010001110110110111010111100111110001100111111 | f3a8edbaf3e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)