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 | 容??祥 | 100101110110010100111111001111111000111111001011 | 97653f3f8fcb |
EUC-JP | 容??祥 | 110011011100011000111111001111111011111011001101 | cdc63f3fbecd |
UTF-8 | 容섊닲祥 | 111001011010111010111001111011001000010010001010111010111000101110110010111001111010010110100101 | e5aeb9ec848aeb8bb2e7a5a5 |
UHC | 容섊닲祥 | 1110100110111011100110001110011110001000101010001101111111010100 | e9bb98e788a8dfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)