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 | ???稔?? | 00111111001111110011111110010110101010110011111100111111 | 3f3f3f96ab3f3f |
EUC-JP | ???稔?? | 00111111001111110011111111001100101011010011111100111111 | 3f3f3fccad3f3f |
UTF-8 | 溜븐뵿稔낇썒 | 111011111010011110001011111010111011100010010000111010111011010110111111111001111010100010010100111010111000001010000111111011001000110110010010 | efa78bebb890ebb5bfe7a894eb8287ec8d92 |
UHC | 溜븐뵿稔낇썒 | 111010101111111010111010111011001001010010111101111011001111100110000101111011011001101110000101 | eafebaec94bdecf985ed9b85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)