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 | 犇瑙瑜狢 | 1110000010110100111000001110110111100000111011111110000011000000 | e0b4e0ede0efe0c0 |
EUC-JP | 犇瑙瑜狢 | 1110000010110110111000001110111111100000111100011110000011000010 | e0b6e0efe0f1e0c2 |
UTF-8 | 犇瑙瑜狢 | 111001111000101010000111111001111001000110011001111001111001000110011100111001111000101110100010 | e78a87e79199e7919ce78ba2 |
UHC | ?瑙瑜? | 001111111101001011000101111010111010010100111111 | 3fd2c5eba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)