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 | 繹ゆ?絶 | 11100011100010001000001011100100001111111001000011100010 | e38882e43f90e2 |
EUC-JP | 繹ゆ?絶 | 11100101111010001010010011100110001111111100000011100100 | e5e8a4e63fc0e4 |
UTF-8 | 繹ゆ무絶 | 111001111011100110111001111000111000001010000110111010111010110010110100111001111011010110110110 | e7b9b9e38286ebacb4e7b5b6 |
UHC | 繹ゆ무絶 | 1110011010111010101010101110011010111001101010111110111110111110 | e6baaae6b9abefbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)