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 | 癲с?肄?━ | 11100001100111111000010010000011001111111110001111100101001111111000010010101010 | e19f84833fe3e53f84aa |
EUC-JP | 癲с?肄?━ | 11100010101000011010011111100011001111111110011011100111001111111010100010101100 | e2a1a7e33fe6e73fa8ac |
UTF-8 | 癲с렖肄쏉━ | 1110011110011001101100101101000110000001111010111010000010010110111010001000001010000100111011001000111110001001111000101001010010000001 | e799b2d181eba096e88284ec8f89e29481 |
UHC | 癲с렖肄쏉━ | 111011111010011010101100111000111000111010101011111011001011110110011011111011111010011010101100 | efa6ace38eabecbd9befa6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)