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 | 罌??乙?? | 1110001110100000001111110011111110001001101100110011111100111111 | e3a03f3f89b33f3f |
EUC-JP | 罌??乙?? | 1110011010100010001111110011111110110010101101010011111100111111 | e6a23f3fb2b53f3f |
UTF-8 | 罌븐꼷乙낂춾 | 111001111011110110001100111010111011100010010000111010101011110010110111111001001011100110011001111010111000001010000010111011001011011010111110 | e7bd8cebb890eabcb7e4b999eb8282ecb6be |
UHC | 罌븐꼷乙낂춾 | 111001011010001010111010111011001000010010001111111010111110000010000101111010011010110110011010 | e5a2baec848febe085e9ad9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)