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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ?匿D?匿D^ | 001111111001001110111101010001000011111110010011101111010100010001011110 | 3f93bd443f93bd445e |
EUC-JP | ?匿D?匿D^ | 001111111100011010111111010001000011111111000110101111110100010001011110 | 3fc6bf443fc6bf445e |
UTF-8 | 룵匿D룵匿D^ | 111010111010001110110101111001011000110010111111010001001110101110100011101101011110010110001100101111110100010001011110 | eba3b5e58cbf44eba3b5e58cbf445e |
UHC | 룵匿D룵匿D^ | 1000111110101010110100101111101101000100100011111010101011010010111110110100010001011110 | 8faad2fb448faad2fb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)