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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | 偲治偲カナ治N | 1000111011000011100011101010000110001110110000111011011011000101100011101010000101001110 | 8ec38ea18ec3b6c58ea14e |
EUC-JP | 偲治偲カナ治N | 10111100110001011011110010100011101111001100010110001110101101101000111011000101101111001010001101001110 | bcc5bca3bcc58eb68ec5bca34e |
UTF-8 | 偲治偲カナ治N | 11100101100000011011001011100110101100101011101111100101100000011011001011101111101111011011011011101111101111101000010111100110101100101011101101001110 | e581b2e6b2bbe581b2efbdb6efbe85e6b2bb4e |
UHC | ?治???治N | 001111111111011010111101001111110011111100111111111101101011110101001110 | 3ff6bd3f3f3ff6bd4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)