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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??ł沅?? | 00111111001111111000111110101001110010001000111111000110111010010011111100111111 | 3f3f8fa9c88fc6e93f3f |
UTF-8 | 令⑸ł沅녷븭 | 1110111110100110101010001110001010010001101110001100010110000010111001101011001010000101111010111000010110110111111010111011100010101101 | efa6a8e291b8c582e6b285eb85b7ebb8ad |
UHC | 令⑸ł沅녷븭 | 111001111010100110101001111010111010100110101001111010101011011010000110111001101001010110010110 | e7a9a9eba9a9eab686e69596 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)