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 | ???鎰?? | 00111111001111110011111111101000010011000011111100111111 | 3f3f3fe84c3f3f |
EUC-JP | ???鎰?? | 00111111001111110011111111101111101011010011111100111111 | 3f3f3fefad3f3f |
UTF-8 | 琉띤븠鎰뉙릦 | 111011111010011110001100111010111001110110100100111010111011100010100000111010011000111010110000111010111000100110011001111010111010011010100110 | efa78ceb9da4ebb8a0e98eb0eb8999eba6a6 |
UHC | 琉띤븠鎰뉙릦 | 111010111010010010110110111011011001010110001001111011001111000010000111111011011001000010001000 | eba4b6ed9589ecf087ed9088 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)