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 | 敖??昻?? | 1001110111000010001111110011111111111010110100000011111100111111 | 9dc23f3ffad03f3f |
EUC-JP | 敖????? | 11011010110001000011111100111111001111110011111100111111 | dac43f3f3f3f3f |
UTF-8 | 敖뉑뼔昻븅눈 | 111001101001010110010110111010111000100110010001111010111011110010010100111001101001100010111011111010111011100010000101111010111000100010001000 | e69596eb8991ebbc94e698bbebb885eb8888 |
UHC | 敖뉑뼔昻븅눈 | 111001111111100110000111111001101001011010011100111001001110100110111010111010011011010010101011 | e7f987e6969ce4e9bae9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)