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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弔?吟?? | 10010010101000100011111110001011111000010011111100111111 | 92a23f8be13f3f |
EUC-JP | 弔?吟?塼 | 110001001010010000111111101101101110001100111111100011111011100010111001 | c4a43fb6e33f8fb8b9 |
UTF-8 | 弔렲吟렞塼 | 111001011011110010010100111010111010000010110010111001011001000010011111111010111010000010011110111001011010000110111100 | e5bc94eba0b2e5909feba09ee5a1bc |
UHC | 弔렲吟렞塼 | 11110000110000001000111010111111111010111110000110001110101011111110111011110100 | f0c08ebfebe18eafeef4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)