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 | ???音?? | 00111111001111110011111110001001101110010011111100111111 | 3f3f3f89b93f3f |
EUC-JP | ???音?? | 00111111001111110011111110110010101110110011111100111111 | 3f3f3fb2bb3f3f |
UTF-8 | 令⑸뵏音껈뇳 | 111011111010011010101000111000101001000110111000111010111011010110001111111010011001111110110011111010101011101110001000111010111000011110110011 | efa6a8e291b8ebb58fe99fb3eabb88eb87b3 |
UHC | 令⑸뵏音껈뇳 | 111001111010100110101001111010111001010010010010111010111110010110000011111010011000011110010111 | e7a9a9eb9492ebe583e98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)