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 | 聽場虻 | 111000111110001110001111111010101000100010111000 | e3e38fea88b8 |
EUC-JP | 聽場虻 | 111001101110010110111110111011001011000010111010 | e6e5beecb0ba |
UTF-8 | 聽場虻 | 111010001000000110111101111001011010000010110100111010001001100110111011 | e881bde5a0b4e899bb |
UHC | 聽場? | 1111010011101001111011011101111000111111 | f4e9edde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)