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 | 宜る?苑 | 10001011010110001000001011101001001111111000100110010001 | 8b5882e93f8991 |
EUC-JP | 宜る?苑 | 10110101101110011010010011101011001111111011000111110001 | b5b9a4eb3fb1f1 |
UTF-8 | 宜る넖苑 | 111001011010111010011100111000111000001010001011111010111000010010010110111010001000101110010001 | e5ae9ce3828beb8496e88b91 |
UHC | 宜る넖苑 | 1110101111110001101010101110101110000110100111111110101010111101 | ebf1aaeb869feabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)