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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莵場ラ?豼粤 | 11100100101101111000111111101010110101110011111111100110101111111110001011100011 | e4b78fead73fe6bfe2e3 |
EUC-JP | 莵場ラ鑃豼粤 | 11101000101110011011111011101100100011101101011110001111111001011110100111101100110000011110010011100101 | e8b9beec8ed78fe5e9ecc1e4e5 |
UTF-8 | 莵場ラ鑃豼粤 | 111010001000111010110101111001011010000010110100111011111011111010010111111010011001000110000011111010001011000110111100111001111011001010100100 | e88eb5e5a0b4efbe97e99183e8b1bce7b2a4 |
UHC | ?場???? | 00111111111011011101111000111111001111110011111100111111 | 3fedde3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)