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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 音?? | 10001001101110010011111100111111 | 89b93f3f |
EUC-JP | 音?? | 10110010101110110011111100111111 | b2bb3f3f |
UTF-8 | 音ㅽ쥘 | 111010011001111110110011111000111000010110111101111011001010010110011000 | e99fb3e385bdeca598 |
UHC | 音ㅽ쥘 | 111010111110010110100100111011011100000111100110 | ebe5a4edc1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)