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??? | 001111110011111101001110001111110011111100111111 | 3f3f4e3f3f3f |
SJIS-WIN | 踞セN豸悟牒 | 11100110111101011011111001001110111001101011011010001100111001011001001010101011 | e6f5be4ee6b68ce592ab |
EUC-JP | 踞セN豸悟牒 | 1110110011110111100011101011111001001110111011001011100010111000111001111100010010101101 | ecf78ebe4eecb8b8e7c4ad |
UTF-8 | 踞セN豸悟牒 | 11101000101110001001111011101111101111011011111001001110111010001011000110111000111001101000001010011111111001111000100110010010 | e8b89eefbdbe4ee8b1b8e6829fe78992 |
UHC | 踞?N?悟牒 | 110010111110011000111111010011100011111111100111111101101111010011100000 | cbe63f4e3fe7f6f4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)