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 | ??“染?? | 0011111100111111100000010110011110010000111101010011111100111111 | 3f3f816790f53f3f |
EUC-JP | ??“染?? | 0011111100111111101000011100100011000000111101110011111100111111 | 3f3fa1c8c0f73f3f |
UTF-8 | 娛덅“染녻짔 | 111001011010100010011011111010111000110110000101111000101000000010011100111001101001111110010011111010111000010110111011111011001010011110010100 | e5a89beb8d85e2809ce69f93eb85bbeca794 |
UHC | 娛덅“染녻짔 | 111001111111010010001000111010001010000110110000111001101111100010000110111010001010001110011101 | e7f488e8a1b0e6f886e8a39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)